0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

remove spaces added

This commit is contained in:
Víctor Losada Hernández
2024-10-10 22:36:59 +02:00
parent f74e72a35f
commit 52e929ee68

View File

@@ -5,10 +5,9 @@ const Markdown = require('../../../../shared/naturalcrit/markdown.js');
const ErrorIndex = require('./errors/errorIndex.js');
const ErrorPage = ({ brew })=>{
// Retrieving the error text based on the brew's error code from ErrorIndex
const errorText = ErrorIndex({ brew })[brew.HBErrorCode.toString()] || '';
return (
<UIPage brew={{ title: 'Crit Fail!' }}>
<div className='dataGroup'>