mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 09:36:08 +00:00
refactor: eslint and prettier conflict will be resolved and formatted
This commit is contained in:
@@ -64,7 +64,11 @@ export function DeleteFeedbackButton({
|
||||
<AlertDialog>
|
||||
<AlertDialogTrigger asChild>
|
||||
<Button variant={variant} size={size} disabled={isDeleting}>
|
||||
{isDeleting ? <Loader2 className="mr-1.5 h-4 w-4 animate-spin" /> : <Trash2 className="mr-1.5 h-4 w-4" />}
|
||||
{isDeleting ? (
|
||||
<Loader2 className="mr-1.5 h-4 w-4 animate-spin" />
|
||||
) : (
|
||||
<Trash2 className="mr-1.5 h-4 w-4" />
|
||||
)}
|
||||
Delete
|
||||
</Button>
|
||||
</AlertDialogTrigger>
|
||||
|
||||
Reference in New Issue
Block a user