Apply prettier formatting
This commit is contained in:
parent
1cac306093
commit
526645c791
1576 changed files with 65385 additions and 62478 deletions
|
@ -49,13 +49,15 @@ const GenericExpiringToast: React.FC<IProps> = ({
|
|||
rejectLabel += ` (${counter})`;
|
||||
}
|
||||
|
||||
return <GenericToast
|
||||
description={description}
|
||||
acceptLabel={acceptLabel}
|
||||
onAccept={onAccept}
|
||||
rejectLabel={rejectLabel}
|
||||
onReject={onReject}
|
||||
/>;
|
||||
return (
|
||||
<GenericToast
|
||||
description={description}
|
||||
acceptLabel={acceptLabel}
|
||||
onAccept={onAccept}
|
||||
rejectLabel={rejectLabel}
|
||||
onReject={onReject}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
||||
export default GenericExpiringToast;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue