checker-fi
Some checks failed
Deploy on push / deploy (push) Failing after 5s

This commit is contained in:
2025-07-25 11:05:42 +03:00
parent bceb311910
commit b40e0498cf
2 changed files with 6 additions and 6 deletions

View File

@@ -138,11 +138,7 @@ const AuthorsRoute: Component<AuthorsRouteProps> = (props) => {
}
}
return (
<span title={props.role}>
{getRoleIcon(props.role)} {props.role}
</span>
)
return <span title={props.role}>{getRoleIcon(props.role)}</span>
}
return (