Quick group fixes (#9001)

* Added tavern background and fixed notification key

* Fixed notification on error response

* Fixed group plans header

* Updated images/icons in tavern
This commit is contained in:
Keith Holliday
2017-08-28 18:39:32 -06:00
committed by GitHub
parent 515fd62dd8
commit 9fc7bae13e
27 changed files with 106 additions and 130 deletions

View File

@@ -84,9 +84,11 @@ export default {
return response;
}, (error) => {
if (error.response.status >= 400) {
this.$notify({
this.$store.state.notificationStore.push({
title: 'Habitica',
text: error.response.data.message,
type: 'error',
timeout: true,
});
}