Skip to content

Commit

Permalink
activist-org#854 remove unneeded event text variables as will be stor…
Browse files Browse the repository at this point in the history
…e reference
  • Loading branch information
andrewtavis committed Jun 30, 2024
1 parent 74eee88 commit 33a3fa9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions frontend/components/card/CardDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,10 @@
<script setup lang="ts">
import type { Event } from "~/types/events/event";
const props = defineProps<{
defineProps<{
event?: Event;
}>();
const { descriptionText } = useDescriptionText(props);
const { getInvolvedText } = useGetInvolvedText(props);
const { getInvolvedURL } = useGetInvolvedURL(props);
const modals = useModals();
const modalName = "ModalEditPageText";
Expand Down

0 comments on commit 33a3fa9

Please sign in to comment.