Explorar el Código

:syringe: lint error 修正

Kazuya_Nagase hace 7 años
padre
commit
b7198f0c1b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/client/js/app.js

+ 1 - 1
src/client/js/app.js

@@ -306,7 +306,7 @@ const componentMappings = {
   'create-page-name-input': <PagePathAutoComplete crowi={crowi} initializedPath={pagePath} addTrailingSlash />,
   'rename-page-name-input': <PagePathAutoComplete crowi={crowi} initializedPath={pagePath} />,
   'duplicate-page-name-input': <PagePathAutoComplete crowi={crowi} initializedPath={pagePath} />,
-  
+
 };
 // additional definitions if data exists
 if (pageId) {