Update ReasonOptions.tsx
This commit is contained in:
parent
b4480738e3
commit
12d8f0071a
1 changed files with 2 additions and 2 deletions
|
@ -70,8 +70,8 @@ const Option = ({
|
|||
description,
|
||||
}: {
|
||||
pal: UsePaletteValue
|
||||
description: string
|
||||
title: string
|
||||
description: JSX.Element
|
||||
title: JSX.Element
|
||||
}) => {
|
||||
return (
|
||||
<View>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue