kopia lustrzana https://github.com/nextcloud/social
rodzic
5450f1a0d1
commit
ee4f774394
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="social__timeline">
|
<div class="social__timeline">
|
||||||
<timeline-entry v-for="entry in timeline" :item="entry" />
|
<timeline-entry v-for="entry in timeline" :item="entry" :key="entry.id" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<div class="submitLoading icon-loading-small hidden" />
|
<div class="submitLoading icon-loading-small hidden" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<timeline-entry v-for="entry in timeline" :item="entry" />
|
<timeline-entry v-for="entry in timeline" :item="entry" :key="entry.id" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Ładowanie…
Reference in New Issue