From 75bb8079e7d636456e2e66da1ef1af29819d8983 Mon Sep 17 00:00:00 2001 From: Elvy <88881326+EepyElvyra@users.noreply.github.com> Date: Tue, 28 Jan 2025 19:27:10 +0100 Subject: [PATCH] oop --- src/components/SearchModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SearchModal.tsx b/src/components/SearchModal.tsx index 19aa57197..5e6d979ea 100644 --- a/src/components/SearchModal.tsx +++ b/src/components/SearchModal.tsx @@ -71,7 +71,7 @@ interface UnspecificRowProps { isSelected: boolean, onPressDestination: (destination: DestinationItem) => void, "aria-posinset": number, - "aria-setsize": number; + "aria-setsize": number, } interface SpecificRowProps extends UnspecificRowProps {