From 293423d80360949c5d0db057384e9de9743f92e9 Mon Sep 17 00:00:00 2001 From: zoe Date: Thu, 7 Dec 2017 17:31:14 +0800 Subject: [PATCH] modified --- src/UI/Components/Command.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UI/Components/Command.tsx b/src/UI/Components/Command.tsx index 09e3eb848..2e9240628 100644 --- a/src/UI/Components/Command.tsx +++ b/src/UI/Components/Command.tsx @@ -23,7 +23,7 @@ export class CommandComponent extends React.Component<{ commandStore?: CommandSt } render() { - const commandStore = this.props.commandStore; \ + const commandStore = this.props.commandStore; return (
{/*
命令栏
*/}