From 7f3c4f39ab0288b935815cd4b62454366a065ae6 Mon Sep 17 00:00:00 2001 From: Alex Erdei Date: Tue, 6 May 2025 13:07:53 +0100 Subject: [PATCH] Archive prompts for the 24th commit --- prompts/commit24.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 prompts/commit24.txt diff --git a/prompts/commit24.txt b/prompts/commit24.txt new file mode 100644 index 0000000..41da71b --- /dev/null +++ b/prompts/commit24.txt @@ -0,0 +1,4 @@ +There is another bug for users, whose index > 0. The MiniPhotos component takes the user to the photos page of the +user with index = 0. +Here is the code of the component, fix it. +// src/components/MiniPhotos.jsx \ No newline at end of file