From b070a7cc52dda1fa5e3f584d171ae0ba7d9934a0 Mon Sep 17 00:00:00 2001 From: Helmut Januschka Date: Thu, 16 Aug 2018 14:25:48 +0200 Subject: [PATCH] cs fixes --- .../client/components/PermalinkButton.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/talk-plugin-permalink/client/components/PermalinkButton.js b/plugins/talk-plugin-permalink/client/components/PermalinkButton.js index 911ad8f82..cbc285f59 100644 --- a/plugins/talk-plugin-permalink/client/components/PermalinkButton.js +++ b/plugins/talk-plugin-permalink/client/components/PermalinkButton.js @@ -105,9 +105,9 @@ export default class PermalinkButton extends React.Component { }, ])} > - {!copyFailure && !copySuccessful && t('common.copy') } - {copySuccessful && t('common.copied') } - {copyFailure && t('common.notsupported') } + {!copyFailure && !copySuccessful && t('common.copy')} + {copySuccessful && t('common.copied')} + {copyFailure && t('common.notsupported')}