mirror of
https://github.com/logseq/logseq.git
synced 2026-05-24 20:54:09 +00:00
chore: format code
This commit is contained in:
@@ -31,7 +31,7 @@ export function ToggleGroupInput({ options, value, onValueChange }: ToggleGroupI
|
||||
{options.map(option => {
|
||||
return (
|
||||
<Tooltip content={option.tooltip} key={option.value}>
|
||||
<div className='inline-block'>
|
||||
<div className="inline-block">
|
||||
<ToggleGroup.Item
|
||||
className="tl-toggle-group-input-button"
|
||||
value={option.value}
|
||||
|
||||
@@ -9,4 +9,4 @@ export * from './TLLineShape'
|
||||
export * from './TLPolygonShape'
|
||||
export * from './TLStarShape'
|
||||
export * from './TLTextShape'
|
||||
export * from './TLGroupShape'
|
||||
export * from './TLGroupShape'
|
||||
|
||||
Reference in New Issue
Block a user