🆙 New logo and small fix

This commit is contained in:
duckietm
2026-03-19 09:42:40 +01:00
parent bffaccf6a3
commit f338626327
2 changed files with 15 additions and 7 deletions
@@ -10,6 +10,6 @@ export const GetConfirmLayout = (item: NotificationConfirmItem, onClose: () => v
switch(item.confirmType)
{
default:
return <NotificationDefaultConfirmView { ...props } />;
return <NotificationDefaultConfirmView key={ item.id } item={ item } onClose={ onClose } />;
}
};