mirror of
https://github.com/wassname/talk.git
synced 2026-07-30 12:40:41 +08:00
replaced eslint:recommended with prettier
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import React from 'react';
|
||||
import cn from 'classnames';
|
||||
import styles from './DefaultQuestionBoxIcon.css';
|
||||
import {Icon} from 'coral-ui';
|
||||
import { Icon } from 'coral-ui';
|
||||
|
||||
const DefaultQuestionBoxIcon = ({className}) => (
|
||||
const DefaultQuestionBoxIcon = ({ className }) => (
|
||||
<div className={cn(styles.root, className)}>
|
||||
<Icon name="chat_bubble" className={cn(styles.iconBubble)} />
|
||||
<Icon name="person" className={cn(styles.iconPerson)} />
|
||||
|
||||
Reference in New Issue
Block a user