diff --git a/frontend/app/components/Session_/Exceptions/Exceptions.js b/frontend/app/components/Session_/Exceptions/Exceptions.js index 0a30a025c..16371d110 100644 --- a/frontend/app/components/Session_/Exceptions/Exceptions.js +++ b/frontend/app/components/Session_/Exceptions/Exceptions.js @@ -115,7 +115,7 @@ export default class Exceptions extends React.PureComponent { onChange={this.onFilterChange} /> } - className="mr-8" /> diff --git a/frontend/app/components/ui/QuestionMarkHint/QuestionMarkHint.js b/frontend/app/components/ui/QuestionMarkHint/QuestionMarkHint.js index 5a974d44c..793edf95d 100644 --- a/frontend/app/components/ui/QuestionMarkHint/QuestionMarkHint.js +++ b/frontend/app/components/ui/QuestionMarkHint/QuestionMarkHint.js @@ -2,7 +2,7 @@ import React from 'react'; import cn from "classnames"; import { Icon, Popup } from 'UI'; -export default function QuestionMarkHint({ onHover = false, content, className, ...props }) { +export default function QuestionMarkHint({ onHover = false, content, ...props }) { return ( - + ); } \ No newline at end of file