mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 01:29:35 +02:00
Merge pull request #3480 from overleaf/ae-fix-formatting
Fix quotes in JSX GitOrigin-RevId: 81f548ae5c0b641fe2fcade36e6a1318682a971e
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user