Skip to content

Commit 100cf1a

Browse files
committed
tx-browser: Fix an overzealous replacement of 'studio' by 'tx-browser'. #344
1 parent 6933ff5 commit 100cf1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

studio/src/Main.purs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import ExampleData as Ex
1818
main :: Effect Unit
1919
main = runHalogenAff do
2020
urlHash <- liftEffect Routing.getHash
21-
liftEffect $ log $ "tx browser: transaction hash to be visited: " <> urlHash
21+
liftEffect $ log $ "studio: transaction hash to be visited: " <> urlHash
2222
body <- awaitBody
2323
io <- runUI Studio.ui initialState body
2424
_ <- io.query $ H.tell (LoadTransactionsThenView Ex.endpointUrl urlHash)

0 commit comments

Comments
 (0)