mirror of
https://github.com/wassname/talk.git
synced 2026-07-11 23:09:25 +08:00
cs fixes
This commit is contained in:
@@ -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')}
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user