Skip to content

Commit

Permalink
banner back
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud AMBROSELLI committed Nov 13, 2023
1 parent 51e36ce commit 2f6e6f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dashboard/src/components/VersionOutdatedAlert.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ export default function VersionOutdatedAlert() {
const apiVersion = useRecoilValue(apiVersionState);
const minimumDashboardVersion = useRecoilValue(minimumDashboardVersionState);

return null;

if (!apiVersion || (compare(apiVersion, VERSION, '<=') && (!minimumDashboardVersion || compare(minimumDashboardVersion, VERSION, '<=')))) {
return null;
}
Expand Down

0 comments on commit 2f6e6f7

Please sign in to comment.