feat(SW-508): Added hotel alerts
This commit is contained in:
@@ -27,6 +27,10 @@ export default function Alert({
|
||||
})
|
||||
const Icon = getIconByAlertType(type)
|
||||
|
||||
if (!text && !heading) {
|
||||
return null
|
||||
}
|
||||
|
||||
return (
|
||||
<section className={classNames}>
|
||||
<div className={styles.content}>
|
||||
|
||||
Reference in New Issue
Block a user