Skip to content

Commit 323f6f9

Browse files
rgbkrkivanreese
authored andcommitted
Fix inline style syntax for error message
1 parent acc95f1 commit 323f6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/tutorial/multi-device-root-doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export const SyncControls: React.FC<SyncControlsProps> = ({ docUrl }) => {
9797
}}
9898
placeholder="Paste your account token URL here"
9999
/>
100-
{error && <p style=&lbrace;&lbrace; color: "red" &rbrace;&rbrace;>{error}</p>}
100+
{error && <p style={{ color: "red" }}>{error}</p>}
101101
<footer>
102102
<button onClick={handleImport}>Import</button>
103103
<button onClick={closeDialog}>Cancel</button>

0 commit comments

Comments
 (0)