Skip to content

Commit

Permalink
Merge pull request #49 from froboy/remove-duplicate-days
Browse files Browse the repository at this point in the history
Remove duplicate item days
  • Loading branch information
podarok authored Aug 23, 2024
2 parents 6e99d6d + 9a781fe commit c363da9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion openy_af4_vue_app/dist/activity_finder_4.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openy_af4_vue_app/dist/activity_finder_4.umd.min.js.map

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions openy_af4_vue_app/src/components/ResultsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@
<Icon icon="material-symbols:calendar-today-outline" />
<span>
<span class="info">{{ item.dates }}</span>
<br />
<span v-if="item.days" class="details">{{ item.days }}</span>
</span>
</div>

Expand Down Expand Up @@ -122,8 +120,6 @@
<Icon icon="material-symbols:calendar-today-outline" />
<span>
<span class="info">{{ item.dates }}</span>
<br />
<span v-if="item.days" class="details">{{ item.days }}</span>
</span>
</div>

Expand Down
2 changes: 0 additions & 2 deletions openy_af4_vue_app/src/components/modals/ActivityDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
<Icon icon="material-symbols:calendar-today-outline" />
<span>
<span class="info">{{ item.dates }}</span>
<br />
<span v-if="item.days" class="details">{{ item.days }}</span>
</span>
</div>

Expand Down

0 comments on commit c363da9

Please sign in to comment.