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 {
|
||||
className?: string
|
||||
title: string
|
||||
description: string
|
||||
description?: string
|
||||
hide?: boolean
|
||||
action?: React.ReactNode
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user