Post /projects don't fail if it's owned by the same user

Just update it.
This commit is contained in:
Tienson Qin
2020-07-21 07:54:16 +08:00
parent 8973aa209c
commit 86b2a95810
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@
[state id attr code]
(let [loading? (rum/react *loading?)
done? @(get state ::done?)]
[:pre.pre-wrap-white-space.code
[:pre.code
[:code (assoc attr
:id id
:style {:opacity (if done? 1 0)})