Skip to content

Commit

Permalink
remove curly brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Jul 26, 2023
1 parent 25403cc commit 414f747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/pages/Settings/Settings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ class Settings extends React.Component {
/>
)}
{verifyOnvifError && (
<InfoBar type="alert" message={`${verifyOnvifErrorMessage}`} />
<InfoBar type="alert" message={verifyOnvifErrorMessage} />
)}

{loadingHub && (
Expand Down

0 comments on commit 414f747

Please sign in to comment.