1
0
mirror of https://github.com/vercel/commerce.git synced 2025-05-31 05:26:59 +00:00

make description optional on featurebar

This commit is contained in:
Franco Arza 2020-10-26 09:56:47 -03:00
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
}