Explorar el Código

fix code position

yohei0125 hace 3 años
padre
commit
440992aae4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/app/src/components/PageAlert/PageAlerts.tsx

+ 1 - 1
packages/app/src/components/PageAlert/PageAlerts.tsx

@@ -19,9 +19,9 @@ export const PageAlerts = (): JSX.Element => {
         {/* alerts */}
         <FixPageGrantAlert />
         <PageGrantAlert />
+        <TrashPageAlert />
         <PageStaleAlert />
         <OldRevisionAlert />
-        <TrashPageAlert />
       </div>
     </div>
   );