Skip to content

Commit

Permalink
fix: Revert "fix: refactor TableRepositoryName prop naming (#2102)" (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline authored Nov 17, 2023
2 parents 6e7e3bd + 31c8c19 commit 5f49034
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ import Tooltip from "components/atoms/Tooltip/tooltip";
interface TableRepositoryNameProps {
avatarURL?: string | StaticImageData;
fullName: string;
isLoading?: boolean;
topic?: string;
userPage?: string;
user?: string | string[];
}

const TableRepositoryName = ({ avatarURL, fullName }: TableRepositoryNameProps): JSX.Element => {
Expand Down

0 comments on commit 5f49034

Please sign in to comment.