From 7b8099f793adc6dec9bebfb09d65e6f19cb87704 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 8 Nov 2024 16:34:18 -0500 Subject: [PATCH] fix: #1130, use gradesObj in TickButton instead of deprecated `yds` property (#1193) * fix: #1130, use gradesObj in TickButton instead of deprecated `yds` property * fix: make this work for boulders too --- src/pages/climbs/[id].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/climbs/[id].tsx b/src/pages/climbs/[id].tsx index 9fc8ea8b1..432efa632 100644 --- a/src/pages/climbs/[id].tsx +++ b/src/pages/climbs/[id].tsx @@ -440,7 +440,7 @@ const ClimbData: React.FC<{ {!editMode && (
- +
)}