Update ReasonOptions.tsx

zio/stable
Minseo Lee 2024-03-16 16:56:56 +09:00
parent b4480738e3
commit 12d8f0071a
1 changed files with 2 additions and 2 deletions

View File

@ -70,8 +70,8 @@ const Option = ({
description, description,
}: { }: {
pal: UsePaletteValue pal: UsePaletteValue
description: string description: JSX.Element
title: string title: JSX.Element
}) => { }) => {
return ( return (
<View> <View>