Skip to content

Commit

Permalink
fix: hidden TrainingHome archive job layouts
Browse files Browse the repository at this point in the history
Table is the only layout available to display archived jobs measures.

Hide button allowing to switch between table and card layout.
  • Loading branch information
alx committed Jan 13, 2022
1 parent 63c34ab commit 82cf2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Training/Home/MainView.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ class MainView extends React.Component {
) : null}
</h3>
</div>
<div className="col-2 layout-select">
<div className="col-2 layout-select d-none">
<i
className={ this.state.archiveLayout === "card" ?
"fas fa-th-large active"
Expand Down

0 comments on commit 82cf2b0

Please sign in to comment.