Skip to content
Snippets Groups Projects
Commit 06aaa873 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

hlint

parent f1cfb0b2
No related branches found
No related tags found
1 merge request!62Style the wormhole code input
Pipeline #4947 passed
......@@ -195,7 +195,7 @@ receiveFolderInviteText acceptInviteState = do
let goAheadEv = leftmost [keypress Enter inputEl, () <$ domEvent Click acceptButton]
inviteCodeEv = tag (current (_inputElement_value inputEl)) goAheadEv
pure $ leftmost [Left <$> (domEvent Click closeButton), Right <$> inviteCodeEv]
pure $ leftmost [Left <$> domEvent Click closeButton, Right <$> inviteCodeEv]
pure inviteCodeEv
pure inviteCodeEv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment