remove unnecessary anonymous function

fix/pinned-statuses-not-showing-on-bottom-of-tl
Shpuld Shpuldson 5 years ago
parent e4e3a28838
commit e6291e4ee1

@ -894,7 +894,7 @@ const reactWithEmoji = ({ id, emoji, credentials }) => {
method: 'POST',
credentials,
payload: { emoji }
}).then(status => parseStatus(status))
}).then(parseStatus)
}
const unreactWithEmoji = ({ id, emoji, credentials }) => {

Loading…
Cancel
Save