File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ const Arguments: React.FC<ArgumentsProps> = (props) => {
292292
293293 console . log ( "TX RAW RESULT" , rawResult ) ;
294294 setNotifications ( ( prev ) => [ ...prev , counter ] ) ;
295- setTimeout ( ( ) => removeNotification ( setNotifications , counter ) , 3000 ) ;
295+ setTimeout ( ( ) => removeNotification ( setNotifications , counter ) , 5000 ) ;
296296 setCounter ( ( prev ) => prev + 1 ) ;
297297
298298 break ;
@@ -409,9 +409,6 @@ const Arguments: React.FC<ArgumentsProps> = (props) => {
409409 exit = { { opacity : 0 , scale : 0.5 , transition : { duration : 0.2 } } }
410410 >
411411 dude
412- { /* <CloseButton
413- close={() => removeNotification(setNotifications, id)}
414- /> */ }
415412 < button
416413 onClick = { ( ) => removeNotification ( setNotifications , id ) }
417414 >
You can’t perform that action at this time.
0 commit comments