mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove debug code
This commit is contained in:
parent
23615db32a
commit
adb122fe55
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ export function HighlightView(props: HighlightViewProps): JSX.Element {
|
|||
|
||||
return (
|
||||
<VStack css={{ width: '100%', boxSizing: 'border-box' }}>
|
||||
{props.highlight.highlightPositionPercent}%
|
||||
<StyledQuote
|
||||
onClick={() => {
|
||||
if (props.scrollToHighlight) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue