mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
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