forked from crowetic/commerce
make description optional on featurebar
This commit is contained in:
parent
1dfff92072
commit
ce4df2f1c6
@ -6,7 +6,7 @@ import s from './Featurebar.module.css'
|
|||||||
interface Props {
|
interface Props {
|
||||||
className?: string
|
className?: string
|
||||||
title: string
|
title: string
|
||||||
description: string
|
description?: string
|
||||||
hide?: boolean
|
hide?: boolean
|
||||||
action?: React.ReactNode
|
action?: React.ReactNode
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user