Skip to content

Commit e45e149

Browse files
authored
Replace mountProps with mountWithProps in Main.hs
1 parent f31fbcc commit e45e149

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Main.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ childView n m =
9797
]
9898
]
9999
]
100-
, mountProps n grandchild
100+
, mountWithProps n grandchild
101101
]
102102
-----------------------------------------------------------------------------
103103
-- =====================================================================
@@ -145,7 +145,7 @@ parentView _ m =
145145
]
146146
]
147147
]
148-
, mountProps (parentCount m) child
148+
, mountWithProps (parentCount m) child
149149
]
150150
]
151151
-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)