Commit 3939672
committed
fix: close unclosed isCreator conditional in ExpiryCountdownBanner
Missing closing div/paren left the JSX malformed, which was fatal enough
to abort tsc's semantic checking for the whole project before any other
file got analyzed. Discovered while typechecking after rebasing this
branch onto main.1 parent 2dd58cb commit 3939672
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
| 184 | + | |
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
| |||
0 commit comments