summaryrefslogtreecommitdiff
path: root/src/components/Content.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Content.tsx')
-rw-r--r--src/components/Content.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Content.tsx b/src/components/Content.tsx
index cecb142..0e17f3c 100644
--- a/src/components/Content.tsx
+++ b/src/components/Content.tsx
@@ -102,7 +102,7 @@ export function Content() {
/>
)}
- <UsageInstructions multiplier={config.multiplier} />
+ <UsageInstructions config={config} />
</PanelSection>
);
}