refactor: Remove typed-rpc dependency and used fetch instead (#1108)
* feat: Remove typed-rpc dependency and used fetch instead * fix: tests * fix: typing
This commit is contained in:
@@ -831,6 +831,7 @@ const ClientsControl = ({ clients, style }: ClientsControlProps) => {
|
||||
px="calc(var(--space-size)*2)"
|
||||
fw="500"
|
||||
onClick={open}
|
||||
styles={{ label: { height: "fit-content", paddingBottom: "calc(var(--space-size)*0.75)" } }}
|
||||
>
|
||||
{totalSpeed}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user