From f8409446910b8318ae2389a664833bfb55b6cdda Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 10 Dec 2020 10:33:24 -0700 Subject: [PATCH] Add component name --- web/src/components/Attributions.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/Attributions.vue b/web/src/components/Attributions.vue index 982404a..d5f3623 100644 --- a/web/src/components/Attributions.vue +++ b/web/src/components/Attributions.vue @@ -34,7 +34,7 @@ import Modal from "./Modal"; export default { - name: ``, + name: `AttributionsBar`, components: { "ModalAnimation": Modal, },