Skip to content

Commit 047e9cd

Browse files
Review comment: drop requirement reference
Co-authored-by: Filip Troníček <[email protected]>
1 parent d7770f6 commit 047e9cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/dashboard/src/org-admin/MaintenanceNotificationBanner.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export const MaintenanceNotificationBanner: FC = () => {
1414
const { isNotificationEnabled, notificationMessage } = useMaintenanceNotification();
1515
const { isMaintenanceMode } = useMaintenanceMode();
1616

17-
// As per requirement R4.5, if both maintenance mode and scheduled notification
18-
// are enabled, only show the maintenance mode notification
17+
// if both maintenance mode and scheduled notification are enabled,
18+
// only show the maintenance mode notification
1919
if (isMaintenanceMode || !isNotificationEnabled) {
2020
return null;
2121
}

0 commit comments

Comments
 (0)