From 6ad6c7f11b59fd4861d5fddc9685ac5bba88c8f5 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Tue, 6 Dec 2022 10:11:52 +0100 Subject: [PATCH] fix mistaken label --- app/src/frontend/map/creative-switcher.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/frontend/map/creative-switcher.tsx b/app/src/frontend/map/creative-switcher.tsx index 2af0ebc6..2e2b7d8b 100644 --- a/app/src/frontend/map/creative-switcher.tsx +++ b/app/src/frontend/map/creative-switcher.tsx @@ -12,7 +12,7 @@ const CreativeSwitcherProps: React.FC = (props) => {
);