Fix linter

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-02-13 12:54:27 +01:00
parent 5c33f20d82
commit 5f76f3245a

View File

@@ -753,7 +753,13 @@ export function WebhooksSettingsPage(props: {
icon={isDeleting ? undefined : IconTrashCan} icon={isDeleting ? undefined : IconTrashCan}
> >
{isDeleting {isDeleting
? <><Spinner size={16} /> {__("Deleting...")}</> ? (
<>
<Spinner size={16} />
{" "}
{__("Deleting...")}
</>
)
: __("Delete")} : __("Delete")}
</Button> </Button>
</DialogFooter> </DialogFooter>