import React from 'react'; import {Modal, Button} from 'semantic-ui-react'; const Dialog = ({obj, getNext}) => ( getNext(obj.act)} style={{zIndex: "2001"}}> {obj && obj.msg ? obj.msg : ''}