Skip to content

Commit

Permalink
refs #126 (strange) fix app-content display when loaded in mobile view
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
Julien Veyssier committed Mar 14, 2022
1 parent 23ed30c commit 97aa472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
:list-size="showSidebar ? 30 : 20"
:show-details="shouldShowDetailsToggle"
@update:showDetails="showList">
<template #list>
<template slot="list">
<BillList
v-if="currentProjectId"
ref="billList"
Expand Down

0 comments on commit 97aa472

Please sign in to comment.