Skip to content

Commit

Permalink
Remove unused import, fix username in published grid config
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Feb 17, 2024
1 parent 7b97ab4 commit 8baee09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/components/Grid/configs/pagesPublished.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const fields: FieldArray = [
type: "date",
},
{
key: "owner",
key: "username",
title: "Owner",
type: "text",
},
Expand Down
1 change: 0 additions & 1 deletion client/src/entry/analysis/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import InteractiveTools from "components/InteractiveTools/InteractiveTools";
import JobDetails from "components/JobInformation/JobDetails";
import CarbonEmissionsCalculations from "components/JobMetrics/CarbonEmissions/CarbonEmissionsCalculations";
import NewUserWelcome from "components/NewUserWelcome/NewUserWelcome";
import PageList from "components/Page/PageList";
import PageDisplay from "components/PageDisplay/PageDisplay";
import PageEditor from "components/PageEditor/PageEditor";
import ToolSuccess from "components/Tool/ToolSuccess";
Expand Down

0 comments on commit 8baee09

Please sign in to comment.