Webclient: lint (#4810)

* lint

* lint
This commit is contained in:
tooomm 2023-05-14 00:09:40 +02:00 committed by GitHub
parent b9706c0cc1
commit 2b42bee424
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
import { Component, CElement } from "react";
import { Component, CElement } from 'react';
import { connect } from 'react-redux';
import Grid from '@mui/material/Grid';
import Hidden from '@mui/material/Hidden';

View file

@ -10,7 +10,7 @@ function Layout(props:LayoutProps) {
}
return (
<div className={containerClasses.join(" ")}>
<div className={containerClasses.join(' ')}>
{showNav && <LeftNav />}
<section className="page">
<div className={`page__body ${className}`}>