mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Update eslint to 8.27.0
This commit is contained in:
@@ -100,7 +100,7 @@ const VARIANT_CLASS_NAMES = new Map<ButtonVariant, string>([
|
||||
]);
|
||||
|
||||
export const Button = React.forwardRef<HTMLButtonElement, PropsType>(
|
||||
(props, ref) => {
|
||||
function ButtonInner(props, ref) {
|
||||
const {
|
||||
children,
|
||||
className,
|
||||
|
||||
Reference in New Issue
Block a user