diff options
Diffstat (limited to 'viewer/src/views/PanelLeft.vue')
-rw-r--r-- | viewer/src/views/PanelLeft.vue | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/viewer/src/views/PanelLeft.vue b/viewer/src/views/PanelLeft.vue index 2c00bbf..91d193c 100644 --- a/viewer/src/views/PanelLeft.vue +++ b/viewer/src/views/PanelLeft.vue | |||
@@ -20,9 +20,6 @@ | |||
20 | <template> | 20 | <template> |
21 | <div class="flex-column"> | 21 | <div class="flex-column"> |
22 | <ld-tag-input /> | 22 | <ld-tag-input /> |
23 | <!-- TODO: Remove when #21 is resolved --> | ||
24 | <ld-mode-radio /> | ||
25 | <!-- === --> | ||
26 | <h1 class="title">{{$t('panelLeft.propositions')}}</h1> | 23 | <h1 class="title">{{$t('panelLeft.propositions')}}</h1> |
27 | <ld-proposition class="scrollbar no-scroll-x" /> | 24 | <ld-proposition class="scrollbar no-scroll-x" /> |
28 | </div> | 25 | </div> |