Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
Change reference to date
Browse files Browse the repository at this point in the history
  • Loading branch information
alecritson committed Nov 27, 2019
1 parent bc71d61 commit 6891361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/assets/js/components/elements/ActivityLog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</div>
</td>
<td>
{{ item.created_at.date|formatDate }}
{{ item.created_at|formatDate }}
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 6891361

Please sign in to comment.