Skip to content

Commit d76bae6

Browse files
committed
[REVERT ME] live debug
1 parent af64172 commit d76bae6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/App.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ class App extends Component {
762762
}
763763

764764
// splash screen jsx
765-
if (this.state.isSplash) {
765+
if (!this.state.isSplash) {
766766
log(`%c this.state.isSplash=true}`, 'color: purple');
767767

768768
return (
@@ -832,9 +832,7 @@ class App extends Component {
832832
readOnly={readOnly}
833833
keplerConfig={tableauSettingsState.keplerConfig}
834834
mapboxAPIKey={
835-
tableauSettingsState.mapboxAPIKey
836-
? tableauSettingsState.mapboxAPIKey
837-
: this.state.tableauKey
835+
MAPBOX_ACCESS_TOKEN
838836
}
839837
isLoading={isLoading}
840838
// persist state to tableau

0 commit comments

Comments
 (0)