Skip to content

Commit 070c06a

Browse files
committed
remove boolean after Faults
1 parent e411302 commit 070c06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pods/components/full-screen-contest-view/template.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
>
153153
<div class="border-card br-20 p-2">
154154
<div class="border-card bg-gradient-pink white br-20 p-4">
155-
<h3>Faults {{monitorer.faultMessages.windowMove}}</h3>
155+
<h3>Faults</h3>
156156
<ul>
157157
<li>
158158
{{#if monitorer.faultMessages.tabSwitch}}

0 commit comments

Comments
 (0)