Update ReasonOptions.tsx
parent
b4480738e3
commit
12d8f0071a
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue