aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-03-22 23:53:20 +0800
committerFabio Berger <me@fabioberger.com>2018-03-22 23:53:20 +0800
commitb39d87f357a785ce68d65477f024f24d44cd0dac (patch)
tree5ebf1d0a207d9a37a78dd6a980b273197e09a9b0 /packages
parent552b14b1fa3b2c75e3f4519743174609f45ba498 (diff)
downloaddexon-0x-contracts-b39d87f357a785ce68d65477f024f24d44cd0dac.tar
dexon-0x-contracts-b39d87f357a785ce68d65477f024f24d44cd0dac.tar.gz
dexon-0x-contracts-b39d87f357a785ce68d65477f024f24d44cd0dac.tar.bz2
dexon-0x-contracts-b39d87f357a785ce68d65477f024f24d44cd0dac.tar.lz
dexon-0x-contracts-b39d87f357a785ce68d65477f024f24d44cd0dac.tar.xz
dexon-0x-contracts-b39d87f357a785ce68d65477f024f24d44cd0dac.tar.zst
dexon-0x-contracts-b39d87f357a785ce68d65477f024f24d44cd0dac.zip
Remove space
Diffstat (limited to 'packages')
-rw-r--r--packages/website/ts/pages/documentation/doc_page.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/website/ts/pages/documentation/doc_page.tsx b/packages/website/ts/pages/documentation/doc_page.tsx
index 030c37438..8ec1a023d 100644
--- a/packages/website/ts/pages/documentation/doc_page.tsx
+++ b/packages/website/ts/pages/documentation/doc_page.tsx
@@ -69,7 +69,6 @@ export class DocPage extends React.Component<DocPageProps, DocPageState> {
public componentWillUnmount() {
this._isUnmounted = true;
}
-
public render() {
const menuSubsectionsBySection = _.isUndefined(this.state.docAgnosticFormat)
? {}