Skip to content

Commit

Permalink
fix: hostd unused prop error
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Nov 20, 2023
1 parent 8d8d14a commit 32f9a8b
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion apps/hostd/components/Home/HomeBandwidth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export function HomeBandwidth() {
data={bandwidth.data}
config={bandwidth.config}
isLoading={bandwidth.isLoading}
chartType={bandwidth.chartType}
actionsLeft={
<>
<Text font="mono" weight="semibold">
Expand Down
1 change: 0 additions & 1 deletion apps/hostd/components/Home/HomeCollateral.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export function HomeCollateral() {
data={collateral.data}
config={collateral.config}
isLoading={collateral.isLoading}
chartType={collateral.chartType}
height={300}
/>
</div>
Expand Down
1 change: 0 additions & 1 deletion apps/hostd/components/Home/HomeContracts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export function HomeContracts() {
data={contracts.data}
config={contracts.config}
isLoading={contracts.isLoading}
chartType={contracts.chartType}
height={300}
/>
</div>
Expand Down
1 change: 0 additions & 1 deletion apps/hostd/components/Home/HomeOperations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export function HomeOperations() {
data={operations.data}
config={operations.config}
isLoading={operations.isLoading}
chartType={operations.chartType}
actionsLeft={
<>
<Text font="mono" weight="semibold">
Expand Down
1 change: 0 additions & 1 deletion apps/hostd/components/Home/HomePricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export function HomePricing() {
data={pricing.data}
config={pricing.config}
isLoading={pricing.isLoading}
chartType={pricing.chartType}
actionsLeft={
<>
<Text font="mono" weight="semibold">
Expand Down
1 change: 0 additions & 1 deletion apps/hostd/components/Home/HomeRevenue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export function HomeRevenue() {
data={revenue.data}
config={revenue.config}
isLoading={revenue.isLoading}
chartType={revenue.chartType}
actionsLeft={
<>
<Text font="mono" weight="semibold">
Expand Down
1 change: 0 additions & 1 deletion apps/hostd/components/Home/HomeStorage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export function HomeStorage() {
data={storage.data}
config={storage.config}
isLoading={storage.isLoading}
chartType={storage.chartType}
actionsLeft={
<>
<Text font="mono" weight="semibold">
Expand Down

0 comments on commit 32f9a8b

Please sign in to comment.