Selaa lähdekoodia

:syringe: lint error 修正

Kazuya_Nagase 7 vuotta sitten
vanhempi
sitoutus
b7198f0c1b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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) {