Skip to content

Commit

Permalink
[SDPA-2906] Fix commented out alerts import (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylankelly authored Jul 18, 2019
1 parent 3d27537 commit 67f823c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ripple-nuxt-tide/lib/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default {
computed: {
alert () {
if (this.$tide.isModuleEnabled('alert')) {
// return () => import('@dpc-sdp/ripple-nuxt-tide/modules/alert/components/TideAlert.vue')
return () => import('@dpc-sdp/ripple-nuxt-tide/modules/alert/components/TideAlert.vue')
}
return false
},
Expand Down

0 comments on commit 67f823c

Please sign in to comment.