Skip to content

Commit 936ccf8

Browse files
committed
More prettify
1 parent 92dd6d9 commit 936ccf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/components/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const resolver: { [key: string]: ResolverField } = {
6565
download_count: { label: "Total Downloads", type: "metric" },
6666
download_count_month: { label: "Monthly Downloads", type: "metric" },
6767
download_count_week: { label: "Weekly Downloads", type: "metric" },
68-
build_id: { label: "Build ID", type: "number" },
68+
build_id: { label: "Build ID", type: "hash" },
6969
};
7070

7171
function Show({ value, Key, props }: { value: any, props: AppProps, Key?: string }) {

0 commit comments

Comments
 (0)