From 00ff9a7f9434004910409e01819984149c920fed Mon Sep 17 00:00:00 2001 From: insanity Date: Mon, 24 Jul 2017 17:40:47 +0900 Subject: [PATCH] route example --- src/ts/@overflow/app/views/layout/TitleBar.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ts/@overflow/app/views/layout/TitleBar.tsx b/src/ts/@overflow/app/views/layout/TitleBar.tsx index aa0fd3c..8db5ac5 100644 --- a/src/ts/@overflow/app/views/layout/TitleBar.tsx +++ b/src/ts/@overflow/app/views/layout/TitleBar.tsx @@ -15,7 +15,7 @@ export type Props = StateProps & DispatchProps; export interface State { } -export class TitleBar extends React.Component { +export class TitleBar extends React.Component { constructor(props: any, context: any) { super(props, context); @@ -42,8 +42,8 @@ export class TitleBar extends React.Component { public render(): JSX.Element { return ( - -
{this.props.title} + +
TEMP Home