diff --git a/web/src/routes/Config.jsx b/web/src/routes/Config.jsx index fd9b46868..66c3d6117 100644 --- a/web/src/routes/Config.jsx +++ b/web/src/routes/Config.jsx @@ -90,7 +90,7 @@ export default function Config() { - {success &&
{success}
} + {success &&
{success}
} {error &&
{error}
}