mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +00:00
[web] Update js/Component/Header/FlowMenu.jsx
This commit is contained in:
parent
6abb04c4f8
commit
62d39200d0
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user