🚨(react) fix lint issues

Fix the lint for the recent commits.
This commit is contained in:
Nathan Vasse
2025-09-23 15:30:39 +02:00
committed by NathanVss
parent 587e782e61
commit 87dbf922df
35 changed files with 125 additions and 106 deletions

View File

@@ -45,7 +45,7 @@ export const Toast = (props: ToastProps) => {
const removeAfterAnimation = async () => {
await Promise.allSettled(
container.current!.getAnimations().map((animation) => animation.finished)
container.current!.getAnimations().map((animation) => animation.finished),
);
props.onDelete?.();
};