Browse Source

fix: config.edn path on settings

Tienson Qin 2 years ago
parent
commit
80f708831b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/main/frontend/config.cljs

+ 1 - 2
src/main/frontend/config.cljs

@@ -436,8 +436,7 @@
   ([]
    (get-repo-config-path (state/get-current-repo)))
   ([repo]
-   (when-let [repo-dir (get-repo-dir repo)]
-     (path/path-join repo-dir app-name config-file))))
+   (path/path-join app-name config-file)))
 
 (defn get-custom-css-path
   ([]