forked from extern/bruno
spelling: header
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
3eb26834c7
commit
c623aa0909
@ -3,7 +3,7 @@ import StyledWrapper from './StyledWrapper';
|
|||||||
|
|
||||||
const ModalHeader = ({ title, handleCancel }) => (
|
const ModalHeader = ({ title, handleCancel }) => (
|
||||||
<div className="bruno-modal-header">
|
<div className="bruno-modal-header">
|
||||||
{title ? <div className="bruno-modal-heade-title">{title}</div> : null}
|
{title ? <div className="bruno-modal-header-title">{title}</div> : null}
|
||||||
{handleCancel ? (
|
{handleCancel ? (
|
||||||
<div className="close cursor-pointer" onClick={handleCancel ? () => handleCancel() : null}>
|
<div className="close cursor-pointer" onClick={handleCancel ? () => handleCancel() : null}>
|
||||||
×
|
×
|
||||||
|
Loading…
Reference in New Issue
Block a user