diff --git a/frontend/components/SmtpWarning/SmtpWarning.jsx b/frontend/components/SmtpWarning/SmtpWarning.jsx index d92af4df47..5b93f3aaa4 100644 --- a/frontend/components/SmtpWarning/SmtpWarning.jsx +++ b/frontend/components/SmtpWarning/SmtpWarning.jsx @@ -21,7 +21,7 @@ const SmtpWarning = ({ className, onDismiss, onResolve, shouldShowWarning }) => Email is not currently configured in Kolide. Many features rely on email to work. {onDismiss && } - + {onResolve && } ); };