mirror of
https://github.com/wassname/talk.git
synced 2026-08-17 11:27:52 +08:00
Removing extra commas and collapsing actions into an object in the backend.
This commit is contained in:
@@ -57,7 +57,7 @@ class FlagButton extends Component {
|
||||
header: lang.t('step-1-header'),
|
||||
options: [
|
||||
{val: 'user', text: lang.t('flag-username')},
|
||||
{val: 'comments', text: lang.t('flag-comment')},
|
||||
{val: 'comments', text: lang.t('flag-comment')}
|
||||
],
|
||||
button: lang.t('continue'),
|
||||
sets: 'itemType'
|
||||
|
||||
Reference in New Issue
Block a user