From 7e8fbdadd519b3f3809294dd56dbbf0ec2ffc2d0 Mon Sep 17 00:00:00 2001 From: Jakz Date: Sat, 27 Apr 2024 10:13:27 +0800 Subject: [PATCH] Added comment --- apps/mobile/src/components/GalleryEditor/GalleryEditorRow.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/mobile/src/components/GalleryEditor/GalleryEditorRow.tsx b/apps/mobile/src/components/GalleryEditor/GalleryEditorRow.tsx index b6ca669f4..2edda43a2 100644 --- a/apps/mobile/src/components/GalleryEditor/GalleryEditorRow.tsx +++ b/apps/mobile/src/components/GalleryEditor/GalleryEditorRow.tsx @@ -78,6 +78,7 @@ export function GalleryEditorRow({ })} > + {/* this component is responsible for rendering the grid of tokens. */}