forked from abner/for-legacy-web
Format and automatically fix linted code.
This commit is contained in:
@@ -10,7 +10,6 @@ export default function ConditionalLink(props: Props) {
|
||||
|
||||
if (active) {
|
||||
return <a>{props.children}</a>;
|
||||
} else {
|
||||
return <Link {...linkProps} />;
|
||||
}
|
||||
return <Link {...linkProps} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user