Selaa lähdekoodia

fix lint error

Yuki Takei 2 vuotta sitten
vanhempi
sitoutus
c2b894acc7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      apps/app/src/components/Page/PageView.tsx

+ 1 - 1
apps/app/src/components/Page/PageView.tsx

@@ -132,7 +132,7 @@ export const PageView = (props: Props): JSX.Element => {
       <>
         <PageContentsUtilities />
 
-        <div className='flex-expand-vert justify-content-between'>
+        <div className="flex-expand-vert justify-content-between">
           <RevisionRenderer rendererOptions={rendererOptions} markdown={markdown} />
 
           { !isIdenticalPathPage && !isNotFound && (