From 2d6c997b380200ed48f37229ed7697aae48f0a55 Mon Sep 17 00:00:00 2001 From: advplyr Date: Sun, 27 Nov 2022 14:39:29 -0600 Subject: [PATCH] Cleanup collections add/create modal --- .../modals/collections/AddCreateModal.vue | 2 +- ...rCollectionItem.vue => CollectionItem.vue} | 26 +++---------------- 2 files changed, 4 insertions(+), 24 deletions(-) rename client/components/modals/collections/{UserCollectionItem.vue => CollectionItem.vue} (66%) diff --git a/client/components/modals/collections/AddCreateModal.vue b/client/components/modals/collections/AddCreateModal.vue index 77012c554..487251a1b 100644 --- a/client/components/modals/collections/AddCreateModal.vue +++ b/client/components/modals/collections/AddCreateModal.vue @@ -15,7 +15,7 @@
diff --git a/client/components/modals/collections/UserCollectionItem.vue b/client/components/modals/collections/CollectionItem.vue similarity index 66% rename from client/components/modals/collections/UserCollectionItem.vue rename to client/components/modals/collections/CollectionItem.vue index 0a8cb6c29..f6486053a 100644 --- a/client/components/modals/collections/UserCollectionItem.vue +++ b/client/components/modals/collections/CollectionItem.vue @@ -1,5 +1,5 @@