mirror of
https://github.com/wassname/talk.git
synced 2026-08-02 13:10:23 +08:00
Adding show shortcuts button and minor fixes (#177)
* Adding show shortcuts button and minor fixes * Lint * Unwrapping the showComments method
This commit is contained in:
@@ -14,7 +14,7 @@ const BanUserDialog = ({open, handleClose, onClickBanUser, user = {}}) => {
|
||||
|
||||
return (
|
||||
<Dialog className={styles.dialog} open={open} onClose={() => handleClose()} onCancel={() => handleClose()} title={lang.t('bandialog.ban_user')}>
|
||||
<span className={styles.close} onClick={() => handleClose()}>×</span>
|
||||
<span className={styles.close} onClick={() => handleClose()}>×</span>
|
||||
<div>
|
||||
<div className={styles.header}>
|
||||
<h3>
|
||||
|
||||
Reference in New Issue
Block a user