Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed Dec 11, 2023
1 parent c5bd63d commit 167d5ee
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ public void onModuleLoad() {
LOGGER.info("dominokit-site Application frontend have been initialized.");
if (ClientApp.make().getHistory().currentToken().isEmpty()) {
ClientApp.make().getHistory().fireState(StateToken.of("home"));
}else {
ClientApp.make().getHistory().fireState(StateToken.of(ClientApp.make().getHistory().currentToken()));
}

ClientApp.make().getHistory()
Expand Down

0 comments on commit 167d5ee

Please sign in to comment.