We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4cba9d commit 144f431Copy full SHA for 144f431
1 file changed
src/frontend/src/pages/AdminToolsPage/AdminToolsPage.tsx
@@ -84,7 +84,7 @@ const AdminToolsPage: React.FC = () => {
84
) : (
85
<>
86
<AdminToolsSlackUpcomingDeadlines />
87
- {isAdmin(currentUser.role) && <AdminToolsAttendeeDesignReviewInfo />}
+ <AdminToolsAttendeeDesignReviewInfo />
88
</>
89
)}
90
</PageLayout>
0 commit comments