Skip to content

Commit

Permalink
chore: removed unused title
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszjedrasik committed Jan 8, 2021
1 parent 94f98da commit 050826a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
v-for="notification in notifications"
:key="notification.id"
:visible="!!notification.id"
:title="notification.title"
:message="notification.message"
:action="notification.action && notification.action.text"
:type="notification.type"
Expand Down

0 comments on commit 050826a

Please sign in to comment.