Merge branch 'dev' of https://git.jetbrains.space/nalpari/q-cast-iii/qcast-front into dev
This commit is contained in:
commit
53d3a80544
@ -39,7 +39,7 @@ export default function CanvasLayout({ children }) {
|
||||
onClick={() => handleCurrentPlan(plan.id)}
|
||||
>
|
||||
<span>{`Plan ${plan.planNo}`}</span>
|
||||
{index !== 0 && (
|
||||
{index !== 0 && !pathname.includes('/estimate') && !pathname.includes('/simulator') && (
|
||||
<i
|
||||
className="close"
|
||||
onClick={(e) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user