Skip to content

Commit 00bd464

Browse files
committed
removed slack alert for all
1 parent 6ca52ab commit 00bd464

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/frontend/src/pages/HomePage/Home.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@ const Home = () => {
2828
<Typography variant="h3" marginLeft="auto" sx={{ marginTop: 2, textAlign: 'center', pt: 3, padding: 0 }}>
2929
Welcome, {user.firstName}!
3030
</Typography>
31-
{!userSettingsData?.slackId && user.role !== 'GUEST' && (
32-
<Alert variant="filled" severity="warning" onClose={() => history.push(routes.SETTINGS)}>
33-
You don't have a slack id set! Without it, you won't be able to get important updates from us. You can set it{' '}
34-
<Link href={routes.SETTINGS} sx={{ color: 'blue' }}>
35-
here
36-
</Link>
37-
.
38-
</Alert>
39-
)}
4031
<OverdueWorkPackageAlerts />
4132
<UsefulLinks />
4233
<UpcomingDeadlines />

0 commit comments

Comments
 (0)