diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-07 06:56:42 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-11-07 06:56:42 +0800 |
commit | 9cc7090e28e3b26886f11d8e894073f69f30b854 (patch) | |
tree | 33b85334d456785ca37a257c8628a92fc07402de | |
parent | a73522e7f12c1af22d4d65219bfe0a4bc0c56961 (diff) | |
download | dexon-sol-tools-9cc7090e28e3b26886f11d8e894073f69f30b854.tar dexon-sol-tools-9cc7090e28e3b26886f11d8e894073f69f30b854.tar.gz dexon-sol-tools-9cc7090e28e3b26886f11d8e894073f69f30b854.tar.bz2 dexon-sol-tools-9cc7090e28e3b26886f11d8e894073f69f30b854.tar.lz dexon-sol-tools-9cc7090e28e3b26886f11d8e894073f69f30b854.tar.xz dexon-sol-tools-9cc7090e28e3b26886f11d8e894073f69f30b854.tar.zst dexon-sol-tools-9cc7090e28e3b26886f11d8e894073f69f30b854.zip |
remove old comment
-rw-r--r-- | packages/instant/src/components/ui/container.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/instant/src/components/ui/container.tsx b/packages/instant/src/components/ui/container.tsx index 9ec875cf3..ce35971f1 100644 --- a/packages/instant/src/components/ui/container.tsx +++ b/packages/instant/src/components/ui/container.tsx @@ -38,7 +38,6 @@ export interface ContainerProps { flexGrow?: string | number; } -// TODO Dont commit flex grow export const Container = styled.div < ContainerProps > |