From 6ffb48a3b98e268d68f89f2389571812f7226bc9 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Thu, 30 Nov 2023 12:09:55 +0300 Subject: [PATCH] apps/web: fix files list on mobile --- apps/web/components/Form/Files.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/components/Form/Files.tsx b/apps/web/components/Form/Files.tsx index 8708898..08e111b 100644 --- a/apps/web/components/Form/Files.tsx +++ b/apps/web/components/Form/Files.tsx @@ -59,7 +59,7 @@ export function Files({ documents }: Props) { return (
Документы -
+
{documents.map((document) => ( ))}