Commit 8579b431 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[toestand] small Frame.purs code style

parent b717ee25
......@@ -99,7 +99,10 @@ frameLayoutViewCpt :: R.Component ViewProps
frameLayoutViewCpt = here.component "frameLayoutView" cpt
where
cpt { frame: (NodePoly { hyperdata: Hyperdata { base, frame_id }})
, nodeId, reload, session, nodeType } _ =
, nodeId
, nodeType
, reload
, session } _ =
pure $ H.div { className : "frame"
, rows: "100%,*" }
[ H.iframe { src: hframeUrl nodeType base frame_id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment