Skip to content

Commit

Permalink
tmp remove training spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
benfoley committed Dec 6, 2021
1 parent 54f0f26 commit 36fdfaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elpis/gui/src/components/Model/Train.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class ModelTrain extends Component {
);
})}
</Accordion>
<StatusIndicator status={status} />
{/*<StatusIndicator status={status} />*/}
</div>
)}
</Message.Content>
Expand Down Expand Up @@ -208,7 +208,7 @@ class ModelTrain extends Component {

function StatusIndicator({status}) {
if (status === "untrained") {
return (<Loader size="medium" text active>Training</Loader>);
return (<Loader size="medium" text="true" active>Training</Loader>);
}

return (
Expand Down

0 comments on commit 36fdfaf

Please sign in to comment.