fix(massinput): properly render massInputList

This commit is contained in:
Gregor Kleen 2019-07-03 15:29:46 +02:00
parent c78b9ff4d6
commit 7c2844807f
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ import Utils.PathPiece
data Transaction data Transaction
= TransactionTermEdit { transactionTerm :: TermId } = TransactionTermEdit { transactionTerm :: Key Term }
deriving (Eq, Ord, Read, Show, Generic, Typeable) deriving (Eq, Ord, Read, Show, Generic, Typeable)
deriveJSON defaultOptions deriveJSON defaultOptions

View File

@ -1,8 +1,8 @@
$newline never $newline never
<table> <table>
<tbody> <tbody>
<tr .massinput__cell> $forall coord <- review liveCoords lLength
$forall coord <- review liveCoords lLength <tr .massinput__cell>
<td> <td>
^{cellWdgts ! coord} ^{cellWdgts ! coord}
<td> <td>