Merge pull request #3480 from overleaf/ae-fix-formatting

Fix quotes in JSX

GitOrigin-RevId: 81f548ae5c0b641fe2fcade36e6a1318682a971e
This commit is contained in:
Alf Eaton
2020-12-10 11:27:38 +00:00
committed by Copybot
parent da93df7f26
commit ba2a89c841

View File

@@ -75,7 +75,7 @@ function HotkeysModalContent({
combination={`${ctrl} + Shift + U`}
description="To Lowercase"
/>
<Hotkey combination={`Tab`} description="Indent Selection" />
<Hotkey combination="Tab" description="Indent Selection" />
</Col>
<Col xs={4}>