Skip to content

Commit

Permalink
Merge pull request #4313 from Codeinwp/fix/checklist
Browse files Browse the repository at this point in the history
Fixed JS syntax error
  • Loading branch information
vytisbulkevicius authored Oct 28, 2024
2 parents 00d2657 + a22f78a commit f3474b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/utils/values.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export const FIELDS = {
reddit: 'Reddit',
whatsapp: 'WhatsApp',
sms: 'SMS',
vk: 'VKontakte'
vk: 'VKontakte',
messenger: 'Messenger'
}
},
Expand Down

0 comments on commit f3474b5

Please sign in to comment.