🚨(react) fix lint issues
Fix the lint for the recent commits.
This commit is contained in:
@@ -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?.();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user