Skip to content

Commit

Permalink
fix options list style
Browse files Browse the repository at this point in the history
  • Loading branch information
Salam Dalloul committed May 31, 2023
1 parent d0756f4 commit 0fed2c1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/client/components/common/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ class Layout extends React.Component {
electronState: appStates.FRONTEND_STARTED,
condaEnv: '',
condaEnvs: undefined,
dependenciesFound: false,
condaEnvSelection: true,
dependenciesFound: true,
condaEnvSelection: false,
spinnerEnabled: !isFrontendDev,
};

Expand All @@ -47,8 +47,7 @@ class Layout extends React.Component {
}

async componentDidMount() {
// const envs = await window.api.getInterfaces().PsyneulinkHandler.getCondaEnvs();
const envs = ['js', 'mnc']
const envs = await window.api.getInterfaces().PsyneulinkHandler.getCondaEnvs();
if (window.api) {
window.api.receive("fromMain", (data) => {
messageHandler(data, {
Expand Down

0 comments on commit 0fed2c1

Please sign in to comment.