Skip to content

Commit

Permalink
[SDPA-5159] Fix event card no location page error issue (#965)
Browse files Browse the repository at this point in the history
Co-authored-by: Mayur Gondhkar <[email protected]>
  • Loading branch information
mayurngondhkar and Mayur Gondhkar authored Jun 2, 2021
1 parent c879b19 commit af096cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ripple-nuxt-tide/modules/event/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default {
}
]
if (address.length > 0) {
if (address && address.length > 0) {
list.push({
symbol: 'map_marker',
size: '1',
Expand Down

0 comments on commit af096cf

Please sign in to comment.