hide the "copy to owned" option since it's not implemented yet

should have been hidden in the first place
This commit is contained in:
Gered 2016-08-04 22:40:31 -04:00
parent aa3a31b992
commit 460d7bb4f7

View file

@ -240,7 +240,7 @@
[bs/MenuItem
{:on-click #(reset! show-rename-form? true)}
"Change List Name"]
[bs/MenuItem
#_[bs/MenuItem
{:on-click #(js/alert "TODO: Copy to Owned")}
"Copy to Owned Collection"]
(if (auth/auth-required?)