New prittier rule. No trailing commas.
This commit is contained in:
@@ -7,7 +7,7 @@ interface BackToTopButtonProps {
|
||||
}
|
||||
|
||||
const BackToTopButton: FC<BackToTopButtonProps> = ({
|
||||
show,
|
||||
show
|
||||
}: BackToTopButtonProps) => {
|
||||
return (
|
||||
<Flex
|
||||
|
||||
Reference in New Issue
Block a user