diff --git a/frontend/components/global/ColorCircle.vue b/frontend/components/global/ColorCircle.vue index 8d5e284..3db00be 100644 --- a/frontend/components/global/ColorCircle.vue +++ b/frontend/components/global/ColorCircle.vue @@ -3,7 +3,7 @@ // types type Props = { - selected ?: boolean; + selected?: boolean; } // props @@ -14,7 +14,7 @@ defineProps(); \ No newline at end of file