aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Klebanoff <steve.klebanoff@gmail.com>2018-12-21 01:03:30 +0800
committerSteve Klebanoff <steve.klebanoff@gmail.com>2018-12-21 01:03:30 +0800
commit6dbcdad1ffdeb0dfc3a87d5a33f679553610f47d (patch)
tree9a6fc04ceb0bb9631463642d0219e6ecd080abc7
parentf94bdc496a7daa94534446b15d688ac24e038485 (diff)
downloaddexon-sol-tools-6dbcdad1ffdeb0dfc3a87d5a33f679553610f47d.tar
dexon-sol-tools-6dbcdad1ffdeb0dfc3a87d5a33f679553610f47d.tar.gz
dexon-sol-tools-6dbcdad1ffdeb0dfc3a87d5a33f679553610f47d.tar.bz2
dexon-sol-tools-6dbcdad1ffdeb0dfc3a87d5a33f679553610f47d.tar.lz
dexon-sol-tools-6dbcdad1ffdeb0dfc3a87d5a33f679553610f47d.tar.xz
dexon-sol-tools-6dbcdad1ffdeb0dfc3a87d5a33f679553610f47d.tar.zst
dexon-sol-tools-6dbcdad1ffdeb0dfc3a87d5a33f679553610f47d.zip
Fix TS error w/ children on portal
-rw-r--r--packages/website/ts/components/ui/container.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/website/ts/components/ui/container.tsx b/packages/website/ts/components/ui/container.tsx
index ae00851e5..778f59f27 100644
--- a/packages/website/ts/components/ui/container.tsx
+++ b/packages/website/ts/components/ui/container.tsx
@@ -28,6 +28,7 @@ export interface ContainerProps {
borderBottomRightRadius?: StringOrNum;
borderBottom?: StringOrNum;
borderColor?: string;
+ children?: React.ReactNode;
maxWidth?: StringOrNum;
maxHeight?: StringOrNum;
width?: StringOrNum;