Skip to content

Commit

Permalink
Update MemoryView.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 authored Nov 7, 2023
1 parent 3045cbf commit d4bb274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/MemoryView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ const dateFilter = ref(''),
<ph-files v-if="data === 'declarative'" class="h-5 w-5" />
<ph-toolbox v-if="data === 'procedural'" class="h-5 w-5" />
<ph-list-magnifying-glass v-if="data === 'query'" class="h-5 w-5" />
{{ capitalize(data) }}
{{ capitalize(data ?? '') }}

Check failure on line 389 in src/views/MemoryView.vue

View workflow job for this annotation

GitHub Actions / build

Argument of type 'string | number' is not assignable to parameter of type 'string | undefined'.
</div>
<!-- START THE BUTTON FOR DELETING THE SOURCE - THIS IS JUST EXPERIMENTAL: TO FINALIZE -->
<!-- <div v-else-if="!['procedural', 'query'].includes(clickedPoint.collection) && key === 'source'" class="col-span-3 py-2 inline-flex items-center justify-between gap-2">
Expand Down

0 comments on commit d4bb274

Please sign in to comment.