Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriellsh committed Sep 26, 2024
1 parent 90373df commit ef606da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/meteor/client/sidebar/sections/BannerSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { useAirGappedRestriction } from '../../hooks/useAirGappedRestriction';
import AirGappedRestrictionBanner from './AirGappedRestrictionBanner/AirGappedRestrictionBanner';
import StatusDisabledBanner from './StatusDisabledBanner';

// TODO unit test this
const BannerSection = () => {
const [isRestricted, isWarning, remainingDays] = useAirGappedRestriction();
const isAdmin = useRole('admin');
Expand Down

0 comments on commit ef606da

Please sign in to comment.