mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Encode single quote in HTML (JSX)
This commit is contained in:
parent
7a623b7660
commit
40f5da483a
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ export default (props) => {
|
|||
<br />
|
||||
<Link to={ `/order/${params.id}/details` }>Details tab</Link>
|
||||
<p>Mobile layout needs different views for discussion and details.</p>
|
||||
<p>Discussion view is the default if route doesn't specify mobile tab (e.g. <i>/order/1234</i>)</p>
|
||||
<p>Discussion view is the default if route doesn't specify mobile tab (e.g. <i>/order/1234</i>)</p>
|
||||
</Page>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ export default (props) => {
|
|||
<br />
|
||||
<Link to={ `/sale/${params.id}/details` }>Details tab</Link>
|
||||
<p>Mobile layout needs different views for discussion and details.</p>
|
||||
<p>Discussion view is the default if route doesn't specify mobile tab (e.g. <i>/order/1234</i>)</p>
|
||||
<p>Discussion view is the default if route doesn't specify mobile tab (e.g. <i>/order/1234</i>)</p>
|
||||
</Page>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue