From 8d114ff04dc8a7c068bd403f04451a6b48a07313 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Sat, 20 Aug 2022 09:49:58 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Minor=20prettification=20of=20bu?= =?UTF-8?q?ndleID=20for=20downloads?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/components/Downloads/Downloads.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/components/Downloads/Downloads.tsx b/src/client/components/Downloads/Downloads.tsx index a748976..7481340 100644 --- a/src/client/components/Downloads/Downloads.tsx +++ b/src/client/components/Downloads/Downloads.tsx @@ -83,7 +83,7 @@ export const Downloads = (props: IDownloadsProps): ReactElement => { {bundle.name} {bundle.size} {bundle.type.str} - {bundle.bundleId} + {bundle.bundleId} ) })}