chore: linting

This commit is contained in:
zhom
2025-06-11 04:17:07 +04:00
parent 3f91d92d8b
commit 5a454e3647
10 changed files with 15 additions and 137 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ export function showToast(props: ToastProps & { id?: string }) {
},
});
} else {
sonnerToast.custom((id) => React.createElement(UnifiedToast, props), {
sonnerToast.custom(() => React.createElement(UnifiedToast, props), {
id: toastId,
duration,
style: {