Loading apps/frontend/src/pages/chat/ChatPage.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ const MyIcon: FC<MyIconProps> = ({ userId, alt, fun }) => { {isFetching ? ( <Skeleton variant="circular" width={40} height={40} /> ) : ( <Avatar alt={alt} src={`data:image/png;base64,${icon}`} /> <Avatar alt={alt} src={icon} /> )} </IconButton> ); Loading apps/frontend/src/pages/chat/ChatsListPage.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ const MyIcon: FC<MyIconProps> = ({ userId, alt }) => { {isFetching ? ( <Skeleton variant="circular" width={40} height={40} /> ) : ( <Avatar alt={alt} src={`data:image/png;base64,${icon}`} /> <Avatar alt={alt} src={icon} /> )} </> ); Loading apps/frontend/src/pages/swolemates/SwolematesPage.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ function SwolematesPage() { }); if (!match.isSuccessful) { enqueueSnackbar(match.errorMessage, { variant: 'error' }); } else if (match) { } else if (match.isMatch) { setFlash(true); await sleep(1000); setFlash(false); Loading Loading
apps/frontend/src/pages/chat/ChatPage.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ const MyIcon: FC<MyIconProps> = ({ userId, alt, fun }) => { {isFetching ? ( <Skeleton variant="circular" width={40} height={40} /> ) : ( <Avatar alt={alt} src={`data:image/png;base64,${icon}`} /> <Avatar alt={alt} src={icon} /> )} </IconButton> ); Loading
apps/frontend/src/pages/chat/ChatsListPage.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ const MyIcon: FC<MyIconProps> = ({ userId, alt }) => { {isFetching ? ( <Skeleton variant="circular" width={40} height={40} /> ) : ( <Avatar alt={alt} src={`data:image/png;base64,${icon}`} /> <Avatar alt={alt} src={icon} /> )} </> ); Loading
apps/frontend/src/pages/swolemates/SwolematesPage.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ function SwolematesPage() { }); if (!match.isSuccessful) { enqueueSnackbar(match.errorMessage, { variant: 'error' }); } else if (match) { } else if (match.isMatch) { setFlash(true); await sleep(1000); setFlash(false); Loading