title 추가

This commit is contained in:
minsik 2024-09-30 13:30:13 +09:00
parent 1d8d46eb4a
commit c28f798038

View File

@ -55,19 +55,22 @@ export default function WallLineSetting(props) {
{getMessage('modal.cover.outline.diagonal')}
</button>
</div>
{type === OUTER_LINE_TYPE.OUTER_LINE ? (
<OuterLineWall />
) : type === OUTER_LINE_TYPE.RIGHT_ANGLE ? (
<RightAngle />
) : type === OUTER_LINE_TYPE.DOUBLE_PITCH ? (
<DoublePitch />
) : type === OUTER_LINE_TYPE.ANGLE ? (
<Angle />
) : type === OUTER_LINE_TYPE.DIAGONAL_LINE ? (
<Diagonal />
) : (
<></>
)}
<div className="properties-setting-wrap outer">
<div className="setting-tit">{getMessage('modal.cover.outline.setting')}</div>
{type === OUTER_LINE_TYPE.OUTER_LINE ? (
<OuterLineWall />
) : type === OUTER_LINE_TYPE.RIGHT_ANGLE ? (
<RightAngle />
) : type === OUTER_LINE_TYPE.DOUBLE_PITCH ? (
<DoublePitch />
) : type === OUTER_LINE_TYPE.ANGLE ? (
<Angle />
) : type === OUTER_LINE_TYPE.DIAGONAL_LINE ? (
<Diagonal />
) : (
<></>
)}
</div>
<div className="grid-btn-wrap">
<button className="btn-frame modal mr5" onClick={handleRollback}>
{getMessage('modal.cover.outline.rollback')}