mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 01:28:35 +02:00
Remove dummy button
This commit is contained in:
@@ -48,13 +48,6 @@ export const Sidebar = memo(function Sidebar({ className }: Props) {
|
|||||||
<SidebarItems activeRequestId={activeRequest?.id} requests={requests} />
|
<SidebarItems activeRequestId={activeRequest?.id} requests={requests} />
|
||||||
</VStack>
|
</VStack>
|
||||||
<HStack className="mx-1 pb-1" alignItems="center" justifyContent="end">
|
<HStack className="mx-1 pb-1" alignItems="center" justifyContent="end">
|
||||||
<IconButton
|
|
||||||
title=""
|
|
||||||
icon="magicWand"
|
|
||||||
onClick={() =>
|
|
||||||
confirm({ title: 'Reset Requests', description: 'Do you want to do it?' })
|
|
||||||
}
|
|
||||||
/>
|
|
||||||
<ToggleThemeButton />
|
<ToggleThemeButton />
|
||||||
</HStack>
|
</HStack>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user