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

Fixing classname prop.

parent 0f626541
Branches
Tags
No related merge requests found
......@@ -12,7 +12,7 @@ const AlertsComponent = ({
}) => (
<Box
bounds="parent"
className={classNames(className)}
className={className}
>
{alertsList.map((a, index) => (
<Alert
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment