Update ReasonOptions.tsx
parent
b4480738e3
commit
12d8f0071a
|
@ -70,8 +70,8 @@ const Option = ({
|
|||
description,
|
||||
}: {
|
||||
pal: UsePaletteValue
|
||||
description: string
|
||||
title: string
|
||||
description: JSX.Element
|
||||
title: JSX.Element
|
||||
}) => {
|
||||
return (
|
||||
<View>
|
||||
|
|
Loading…
Reference in New Issue