Skip to content

Commit 95927cc

Browse files
committed
Show full ID in charm table
1 parent 3cf134f commit 95927cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/packages/jumble/src/views/CharmList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ const CharmTable = (
200200
</td>
201201
<td className="px-6 py-4">
202202
<NavLink to={`/${replicaName}/${id}`}>
203-
#{id?.slice(-4)}
203+
#{id}
204204
</NavLink>
205205
</td>
206206
<td className="px-6 py-4">

0 commit comments

Comments
 (0)