From f5f1dc3bdec72d572d1c32d3991fc906a08598e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 24 Dec 2024 08:42:55 +0000 Subject: [PATCH] Format code with Prettier --- web/src/components/home-page/SomePhotos.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/home-page/SomePhotos.tsx b/web/src/components/home-page/SomePhotos.tsx index 61f82a1..ba17a19 100644 --- a/web/src/components/home-page/SomePhotos.tsx +++ b/web/src/components/home-page/SomePhotos.tsx @@ -48,4 +48,4 @@ export default function SomePhotos({ photos, noPhotos }: SomePhotosProps) { ); -} \ No newline at end of file +}