Skip to content

Commit

Permalink
Cleanup OBE comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Nov 16, 2023
1 parent 7237d3e commit 9412af5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/MainWindow/SuperRegionSplashSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ import LoadingMessage from '@src/components/common/LoadingMessage';
import '@src/style/SuperRegionSplashSelector.css';


/* A splash selector for use when no super region has been selected */
/* TODO: Loading */
const SuperRegionSplashSelector: React.FC = () => {
/* A splash selector for use on app init, when no super region has been selected. */
const setSelectedSuperRegionId = useSetRecoilState(selectedSuperRegionIdAtom);
const setSelectedRegionId = useSetRecoilState(selectedRegionIdAtom);
const superRegionsIndexQuery = useSuperRegionsIndexQuery();
Expand Down

0 comments on commit 9412af5

Please sign in to comment.