diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index 4b715086..cc08c8a2 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -47,10 +47,10 @@ const PostStatusForm = { posting: false, highlighted: 0, vis: { - public: { 'icon-globe': true, big: true, selected: true }, - unlisted: { 'icon-lock-open-alt': true, big: true, selected: false }, - private: { 'icon-lock': true, big: true, selected: false }, - direct: { 'icon-mail-alt': true, big: true, selected: false } + public: { icon: 'icon-globe', big: true, selected: true }, + unlisted: { icon: 'icon-lock-open-alt', big: true, selected: false }, + private: { icon: 'icon-lock', big: true, selected: false }, + direct: { icon: 'icon-mail-alt', big: true, selected: false } }, newStatus: { status: statusText,