Skip to content

Commit

Permalink
Fix incorrectly referenced variable in View generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
liammcdermott committed Oct 9, 2024
1 parent ff45e48 commit bbd3107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ihp-ide/IHP/IDE/CodeGen/ViewGenerator.hs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ buildPlan' schema config =

genericView = [trimming|
${viewHeader}
data ${nameWithSuffix} = {$nameWithSuffix}
data ${nameWithSuffix} = ${nameWithSuffix}

instance View ${nameWithSuffix} where
html ${nameWithSuffix} { .. } = [hsx|
Expand Down

0 comments on commit bbd3107

Please sign in to comment.