Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yveshauser committed Sep 18, 2023
1 parent 9885e2c commit d1b2f7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Component/App.purs
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,11 @@ mkApp = do
untilJust do
updates <- liftEffect $ contractStream.getLiveState
case updates of
Just updates' -> do
let
new = mkAppContractInfoMap possibleWalletContext updates'
liftEffect $ setContractMap $ Just new
Nothing -> pure unit
Just updates' -> do
let
new = mkAppContractInfoMap possibleWalletContext updates'
liftEffect $ setContractMap $ Just new
Nothing -> pure unit
delay (Milliseconds 1_000.0)
pure Nothing

Expand Down

0 comments on commit d1b2f7f

Please sign in to comment.