mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
style: run prettier
This commit is contained in:
committed by
Tienson Qin
parent
121e1ebe15
commit
1eb94092f0
@@ -48,11 +48,7 @@ export const ContextBarContainer = observer(function ContextBarContainer<S exten
|
||||
}
|
||||
|
||||
return (
|
||||
<div
|
||||
ref={rBounds}
|
||||
className="tl-counter-scaled-positioned"
|
||||
aria-label="context-bar-container"
|
||||
>
|
||||
<div ref={rBounds} className="tl-counter-scaled-positioned" aria-label="context-bar-container">
|
||||
<ContextBar
|
||||
hidden={hidden}
|
||||
shapes={shapes}
|
||||
|
||||
Reference in New Issue
Block a user