We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889d38a commit bea2177Copy full SHA for bea2177
1 file changed
Components/Repo/Repo.tsx
@@ -116,7 +116,7 @@ export default function Repo(props: RepoProps) {
116
</thead>
117
<tbody>
118
<tr>
119
- <th>{props.repositoryName}</th>
+ <th>{props.repositoryName} #{props.id}</th>
120
<th>{props.storageSize} GB</th>
121
<th style={{ padding: '0 4% 0 4%' }}>
122
<StorageBar storageUsed={props.storageUsed} storageSize={props.storageSize} />
0 commit comments