~cypheon/nextcloud-chores-app

f1d0f59a2fb66a7729ec4810f26f49cc025718fc — Johann Rudloff 1 year, 6 months ago 39cae52
Remove not-implemented "History" button from navigation bar
1 files changed, 0 insertions(+), 3 deletions(-)

M src/App.vue
M src/App.vue => src/App.vue +0 -3
@@ 19,9 19,6 @@
        <NcAppNavigationItem title="Upcoming" :pinned="false"
        icon="icon-calendar-dark" :open="false" :allow-collapse="true"
        to="/upcoming" />
        <NcAppNavigationItem title="History" :pinned="false"
        icon="icon-history" :open="false" :allow-collapse="true"
        to="/history" />
      </template>
    </NcAppNavigation>
    <NcAppContent v-if="store.haveTeamInfo && userHasTeam">