Delete unrelated change

TODO: Fix Trash icon in different PR

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jakub Trávník 2025-12-01 15:48:45 +01:00 committed by GitHub
parent 0d339d973f
commit c5c5da78bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -149,7 +149,6 @@ export default function NotificationDetailsPage({ loaderData }: Route.ComponentP
variant="destructive" variant="destructive"
loading={deleteDestination.isPending} loading={deleteDestination.isPending}
> >
<Trash2 className="h-4 w-4 mr-2" />
Delete Delete
</Button> </Button>
</div> </div>