Browse Source

:syringe: lint error 修正

Kazuya_Nagase 7 years ago
parent
commit
b7198f0c1b
1 changed files with 1 additions and 1 deletions
  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) {