Compare strings

api-accept
Justin 2022-05-02 14:31:54 -04:00
rodzic 2607a55380
commit 972d61bd8c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -74,7 +74,7 @@ const ReasonStep = (_props: IReasonStep) => {
ref={rulesListRef}
>
{rules.map((rule, idx) => {
const isSelected = String(ruleId) === rule.id;
const isSelected = String(ruleId) === String(rule.id);
return (
<button