Skip to content

Commit

Permalink
remove unused action menu on time view
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer committed Apr 24, 2024
1 parent 899eaad commit d11e8c2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions resources/js/Pages/Time.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ const showManualTimeEntryModal = ref(false);
</div>
</div>
</MainContainer>
<MainContainer>
<div class="flex justify-between py-2 items-center">
<div class="text-sm">0 selected</div>
</div>
</MainContainer>
<div v-for="(value, key) in groupedTimeEntries" :key="key">
<TimeEntryRowHeading :date="key"></TimeEntryRowHeading>
<TimeEntryRow
Expand Down

0 comments on commit d11e8c2

Please sign in to comment.