0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +00:00
This commit is contained in:
Trevor Buckner
2025-01-05 23:04:57 -05:00
parent 85cd7c7336
commit fbedafb204

View File

@@ -20,7 +20,6 @@ const ErrorBar = (props)=>{
<li key={idx}>
Line {err.line} : {err.text}, '{err.type}' tag
</li>
);
})}
</ul>
);