File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
site/frontend/src/pages/compare Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -97,12 +97,12 @@ loadCompareData(selector, loading);
97
97
<template >
98
98
<div >
99
99
<Header :data =" data" :selector =" selector" />
100
- <div v-if =" loading || data === null" >
100
+ <DataSelector :start =" selector.start" :end =" selector.end" :stat =" selector.stat"
101
+ :info =" info" @change =" updateSelection" />
102
+ <div v-if =" loading" >
101
103
<p >Loading ...</p >
102
104
</div >
103
- <div v-else >
104
- <DataSelector :start =" selector.start" :end =" selector.end" :stat =" selector.stat"
105
- :info =" info" @change =" updateSelection" />
105
+ <div v-if =" data !== null" >
106
106
<QuickLinks :stat =" selector.stat" />
107
107
<Filters :defaultFilter =" defaultFilter" @change =" f => filter = f"
108
108
@export =" exportData" />
You can’t perform that action at this time.
0 commit comments