mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
replaced eslint:recommended with prettier
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import React from 'react';
|
||||
import styles from './SubscriberBadge.css';
|
||||
import {t} from 'plugin-api/beta/client/services';
|
||||
import { t } from 'plugin-api/beta/client/services';
|
||||
|
||||
export default () =>(
|
||||
<span className={styles.badge}>
|
||||
{t('talk-plugin-subscriber.subscriber')}
|
||||
</span>
|
||||
export default () => (
|
||||
<span className={styles.badge}>{t('talk-plugin-subscriber.subscriber')}</span>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user