mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +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
|
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)
|
if (!flow)
|
||||||
return <div/>
|
return <div/>
|
||||||
return (
|
return (
|
||||||
|
Loading…
Reference in New Issue
Block a user