diff options
author | cwm <chriswmartin@protonmail.com> | 2017-12-09 12:41:24 -0600 |
---|---|---|
committer | cwm <chriswmartin@protonmail.com> | 2017-12-09 12:41:24 -0600 |
commit | c5a688d70e4bea57ac87c71577fd6c7b9e5fa163 (patch) | |
tree | 6f9c3c0a2dff72e46f057510346e88bcf10678af /app/javascript/flavours/glitch/features/status | |
parent | 7284e36fbdd4d6084aa85e8b1eeb56247c3cab3d (diff) |
remove trailing spaces
Diffstat (limited to 'app/javascript/flavours/glitch/features/status')
-rw-r--r-- | app/javascript/flavours/glitch/features/status/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/status/index.js b/app/javascript/flavours/glitch/features/status/index.js index 4a019ce20..40ae380ab 100644 --- a/app/javascript/flavours/glitch/features/status/index.js +++ b/app/javascript/flavours/glitch/features/status/index.js @@ -126,7 +126,7 @@ export default class Status extends ImmutablePureComponent { handleModalReblog = (status) => { this.props.dispatch(reblog(status)); } - + handleReblogClick = (status, e) => { if (status.get('reblogged')) { this.props.dispatch(unreblog(status)); |