Skip to content

Commit

Permalink
fix ESLint erros
Browse files Browse the repository at this point in the history
  • Loading branch information
jandsonrj committed Mar 12, 2024
1 parent d0bac43 commit 191620d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
14 changes: 7 additions & 7 deletions frontend/pages/pz_pipelines.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ function PZPipelines() {
<Typography color="textPrimary">Pipelines</Typography>
</Breadcrumbs>
<IconButton
color="primary"
edge="start"
aria-label="Go back"
onClick={() => window.history.back()}
>
<ArrowBackIos />
</IconButton>
color="primary"
edge="start"
aria-label="Go back"
onClick={() => window.history.back()}
>
<ArrowBackIos />
</IconButton>
Photo-z Server Pipelines
</Typography>

Expand Down
6 changes: 2 additions & 4 deletions frontend/pages/specz_catalogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ function SpeczCatalogs() {
<Link color="inherit" href="pz_pipelines">
Pipelines
</Link>
<Typography color="textPrimary">
Combine Spec-z Catalogs
</Typography>
<Typography color="textPrimary">Combine Spec-z Catalogs</Typography>
</Breadcrumbs>
<Grid>
<Typography variant="h5" textAlign={'left'} ml={1} mt={1}>
<IconButton
<IconButton
color="primary"
aria-label="Go back"
onClick={() => window.history.back()}
Expand Down
4 changes: 1 addition & 3 deletions frontend/pages/training_set_maker.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ function TrainingSetMaker() {
<Link color="inherit" href="pz_pipelines">
Pipelines
</Link>
<Typography color="textPrimary">
Training Set Maker
</Typography>
<Typography color="textPrimary">Training Set Maker</Typography>
</Breadcrumbs>
<Grid>
<Typography variant="h5" textAlign={'left'} ml={1} mt={1}>
Expand Down

0 comments on commit 191620d

Please sign in to comment.