Skip to content
Snippets Groups Projects
Commit 0f452dd3 authored by Evelyn Eastmond's avatar Evelyn Eastmond
Browse files

Removing unnecessary css class.

parent 6ef32800
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ const Alerts = ({
}) => (
<Box
bounds="parent"
className={classNames(styles.alertsContainer, className)}
className={classNames(className)}
>
<Box
className={styles.alert}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment