Skip to content

Commit

Permalink
[SDPA-3187] Use the field_prominence_ack_to_country for top acknowled…
Browse files Browse the repository at this point in the history
…gment. (#531)
  • Loading branch information
alan-cole authored Sep 13, 2019
1 parent d2911bf commit 2175c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ripple-nuxt-tide/lib/pages/Tide.vue
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export default {
}
},
acknowledgement () {
return this.$store.state.tide.siteData.field_acknowledgement_to_country ? this.$store.state.tide.siteData.field_acknowledgement_to_country : null
return this.$store.state.tide.siteData.field_prominence_ack_to_country ? this.$store.state.tide.siteData.field_prominence_ack_to_country : null
},
updatedDate () {
return {
Expand Down

0 comments on commit 2175c01

Please sign in to comment.