[web] Update js/Component/Header/FlowMenu.jsx

This commit is contained in:
Matthew Shao 2017-05-27 21:43:06 +08:00
parent 6abb04c4f8
commit 62d39200d0

View File

@ -17,7 +17,7 @@ FlowMenu.propTypes = {
revertFlow: PropTypes.func.isRequired
}
function FlowMenu({ flow, resumeFlow, killFlow, replayFlow, duplicateFlow, removeFlow, revertFlow }) {
export function FlowMenu({ flow, resumeFlow, killFlow, replayFlow, duplicateFlow, removeFlow, revertFlow }) {
if (!flow)
return <div/>
return (