mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
Format and automatically fix linted code.
This commit is contained in:
@@ -42,10 +42,7 @@ export function Friend({ user }: Props) {
|
||||
<>
|
||||
<IconButton
|
||||
type="circle"
|
||||
className={classNames(
|
||||
styles.button,
|
||||
styles.success,
|
||||
)}
|
||||
className={classNames(styles.button, styles.success)}
|
||||
onClick={(ev) =>
|
||||
stopPropagation(ev, openDM(user._id).then(connect))
|
||||
}>
|
||||
@@ -88,7 +85,11 @@ export function Friend({ user }: Props) {
|
||||
actions.push(
|
||||
<IconButton
|
||||
type="circle"
|
||||
className={classNames(styles.button, styles.remove, styles.error)}
|
||||
className={classNames(
|
||||
styles.button,
|
||||
styles.remove,
|
||||
styles.error,
|
||||
)}
|
||||
onClick={(ev) =>
|
||||
stopPropagation(
|
||||
ev,
|
||||
|
||||
Reference in New Issue
Block a user