mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Update eslint to 8.27.0
This commit is contained in:
@@ -80,6 +80,7 @@ type ArgsType = PropsType & {
|
||||
reservation?: UsernameReservationType;
|
||||
};
|
||||
|
||||
// eslint-disable-next-line react/function-component-definition
|
||||
const Template: Story<ArgsType> = args => {
|
||||
let { reservation } = args;
|
||||
if (!reservation && args.discriminator) {
|
||||
|
||||
Reference in New Issue
Block a user