Skip to content

Commit

Permalink
update random snap
Browse files Browse the repository at this point in the history
  • Loading branch information
matbusby committed Oct 25, 2023
1 parent 0366ac8 commit cb5f97f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ const transformRowData = (permits: IExplosivesPermit[]) => {
});
};

// TODO: Remove this when we remove the Feature.ESUP_PERMIT_AMENDMENT feature flag
const hideColumn = (condition) => (condition ? "column-hide" : "");

const MineExplosivesPermitTable: FC<RouteComponentProps & MineExplosivesPermitTableProps> = ({
Expand Down Expand Up @@ -310,6 +311,7 @@ const MineExplosivesPermitTable: FC<RouteComponentProps & MineExplosivesPermitTa
},
};

// TODO: Remove this when we remove the Feature.ESUP_PERMIT_AMENDMENT feature flag
const columnsOld: ColumnType<MineExplosivesTableItem>[] = [
{
title: "Permit #",
Expand Down

0 comments on commit cb5f97f

Please sign in to comment.