Skip to content

Commit

Permalink
PhotosAdd
Browse files Browse the repository at this point in the history
  • Loading branch information
jjs15102 committed May 5, 2020
1 parent 452ac10 commit ffb0cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
</form></span>
</b-list-group-item>
<b-list-group-item class="d-flex align-items-center" v-for="(bark, index) in filteredallBarks" :key=index>
<b-avatar variant="info" src="" class="mr-3"></b-avatar>
<div class="mr-auto"> <p display="inline" > {{ bark.user.displayName }} | {{ bark.createdAt }}</p>
<b-avatar :src="bark.user.photoURL" class="mr-3"></b-avatar>
<div class="mr-auto"> <p display="inline" > {{ bark.user.displayName }} | {{ new Date(bark.createdAt.seconds)}}</p>

</div>
<br>
Expand Down

0 comments on commit ffb0cb2

Please sign in to comment.