Skip to content

Commit

Permalink
merge caused build failure (duplicated function declaration for some …
Browse files Browse the repository at this point in the history
…reason)
  • Loading branch information
siddheshraze committed Dec 17, 2024
1 parent 5dec1f4 commit 66fafb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/components/datagrids/applications/msvdatagrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export default function MeasurementsSummaryViewDataGrid() {
const currentSite = useSiteContext();
const currentPlot = usePlotContext();
const currentCensus = useOrgCensusContext();
const currentSite = useSiteContext();
const { setLoading } = useLoading();
const [isUploadModalOpen, setIsUploadModalOpen] = useState(false);
const [isManualEntryFormOpen, setIsManualEntryFormOpen] = useState(false);
Expand All @@ -62,7 +61,6 @@ export default function MeasurementsSummaryViewDataGrid() {
});
const [isNewRowAdded, setIsNewRowAdded] = useState<boolean>(false);
const [shouldAddRowAfterFetch, setShouldAddRowAfterFetch] = useState(false);
const { setLoading } = useLoading();

async function reloadMSV() {
setLoading(true, 'Refreshing Measurements View...');
Expand Down

0 comments on commit 66fafb7

Please sign in to comment.