remove curly brackets

This commit is contained in:
Cedric Verstraeten
2023-07-26 19:22:19 +02:00
parent 25403ccdab
commit 414f74758c

View File

@@ -729,7 +729,7 @@ class Settings extends React.Component {
/>
)}
{verifyOnvifError && (
<InfoBar type="alert" message={`${verifyOnvifErrorMessage}`} />
<InfoBar type="alert" message={verifyOnvifErrorMessage} />
)}
{loadingHub && (