Ionic Breaking Header When Acessing State Directly

Here’s the thing, in the first version my application display on screen a list of payment devices, when the user clicks in one of them another screen is displayed with the transactions processed by that device.

but the workflow has changed, now I go directly to the transactions screen and then filter the payment devices by the dropdown above (in the picture).

It’s working fine, the only problem is that when I access the Transactions Screen Directly, the header breaks! just when I access directly, if I access the payments device screen first and then access the transactions screen its layouts work perfectly.

I know the question is a little bit ‘open’ but I can’t find why this is happening, any suggestions would be a great help.


this code is placed on the run area at my app.module
image
this is the transactions screen
image
this is the template used.

thanks in advance.