Skip to content

Commit

Permalink
feat: Hide load routing - when Sisyfos is not in settings=1 mode
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Jan 31, 2022
1 parent 890e299 commit 21e7e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/components/RoutingStorage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ class Storage extends React.PureComponent<IStorageProps & Store> {
SAVE
</button>
<hr />
<h3>LOAD ROUTING :</h3>
<this.ListSnapshotFiles />
</React.Fragment>
) : null}
<h3>LOAD ROUTING :</h3>
<this.ListSnapshotFiles />
{window.mixerPresetList.length > 0 ? (
<React.Fragment>
<br />
Expand Down

0 comments on commit 21e7e24

Please sign in to comment.