mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 17:40:46 -04:00
spam fix
This commit is contained in:
@@ -39,7 +39,12 @@ function DriveDockPanel() {
|
||||
|
||||
return (
|
||||
<section className="panel-section flex h-full flex-col gap-0.5">
|
||||
<DriveDockAction layout="desktop" expand={hideInlineControls} driveDockState={driveDockState} />
|
||||
<DriveDockAction
|
||||
layout="desktop"
|
||||
expand={hideInlineControls}
|
||||
fill={!hideInlineControls}
|
||||
driveDockState={driveDockState}
|
||||
/>
|
||||
{!hideInlineControls ? <InlineCameraTilt keymap={keymap} /> : null}
|
||||
</section>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user