Skip to content
Prev Previous commit
Next Next commit
Only show the end when we found something
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Apr 12, 2018
commit eccc779633c17a9b736b9f3ba331f0a1f1f89d63
2 changes: 1 addition & 1 deletion js-src/components/root.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<div v-if="loading" id="loading_activities" class="icon-loading"></div>

<div v-if="reachedEnd" id="no_more_activities">{{ t('activity', 'No more events to load') }}</div>
<div v-if="reachedEnd && activities.length" id="no_more_activities">{{ t('activity', 'No more events to load') }}</div>
</div>
</div>
</template>
Expand Down