ui: remove the divider between heatmap and feeds in the dashboard view

* this commit reverses 6ccd19ef86

Signed-off-by: surtur <a_mirre@utb.cz>
This commit is contained in:
surtur 2020-05-19 12:47:57 +02:00
parent 50a97272b9
commit 2bfc71614c
No known key found for this signature in database
GPG Key ID: 19CE1EC1D9E0486D
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@
{{ totalContributions }} total contributions in the last 12 months
</h4>
<calendar-heatmap v-show="!isLoading" :locale="locale" :no-data-text="locale.no_contributions" :tooltip-unit="locale.contributions" :end-date="endDate" :values="values" :range-color="colorRange"/>
<div class="ui divider"></div>
</div>
</template>