Skip to content

Commit bea2177

Browse files
committed
Move ID to Repository name
1 parent 889d38a commit bea2177

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Components/Repo/Repo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export default function Repo(props: RepoProps) {
116116
</thead>
117117
<tbody>
118118
<tr>
119-
<th>{props.repositoryName}</th>
119+
<th>{props.repositoryName} #{props.id}</th>
120120
<th>{props.storageSize} GB</th>
121121
<th style={{ padding: '0 4% 0 4%' }}>
122122
<StorageBar storageUsed={props.storageUsed} storageSize={props.storageSize} />

0 commit comments

Comments
 (0)