Parcourir la source

fix lint error

Yuki Takei il y a 2 ans
Parent
commit
c2b894acc7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 />
         <PageContentsUtilities />
 
 
-        <div className='flex-expand-vert justify-content-between'>
+        <div className="flex-expand-vert justify-content-between">
           <RevisionRenderer rendererOptions={rendererOptions} markdown={markdown} />
           <RevisionRenderer rendererOptions={rendererOptions} markdown={markdown} />
 
 
           { !isIdenticalPathPage && !isNotFound && (
           { !isIdenticalPathPage && !isNotFound && (