mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Add rule banning literal text in JSX (#1367)
This commit is contained in:
parent
7f04239176
commit
8ce595e5d6
2 changed files with 9 additions and 2 deletions
|
@ -4,7 +4,7 @@ export const LoadingMessage = () => {
|
|||
// !! KEEP THIS IN SYNC WITH index.html !!
|
||||
return (
|
||||
<div className="LoadingMessage">
|
||||
<span>Loading scene...</span>
|
||||
<span>{"Loading scene..."}</span>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue