Level 7
when I go to Todos page I get:
{ "id": 1, "title": "jiohjiuohoh", "description": "uihgiouhiuo", "created_at": "2022-09-11T13:20:31.000000Z", "updated_at": "2022-09-11T13:20:31.000000Z" }
{ "id": 2, "title": "huhiujhiIUhiuh", "description": "uihuih", "created_at": "2022-09-11T13:24:56.000000Z", "updated_at": "2022-09-11T13:24:56.000000Z" }
{ "id": 3, "title": "jiojuojj", "description": "IOJOJOJ", "created_at": "2022-09-11T13:26:18.000000Z", "updated_at": "2022-09-11T13:26:18.000000Z" }
great! But.... when I go home page and then back to Todos page, I get:
{ "id": 1, "title": "jiohjiuohoh", "description": "uihgiouhiuo", "created_at": "2022-09-11T13:20:31.000000Z", "updated_at": "2022-09-11T13:20:31.000000Z" }
{ "id": 2, "title": "huhiujhiIUhiuh", "description": "uihuih", "created_at": "2022-09-11T13:24:56.000000Z", "updated_at": "2022-09-11T13:24:56.000000Z" }
{ "id": 3, "title": "jiojuojj", "description": "IOJOJOJ", "created_at": "2022-09-11T13:26:18.000000Z", "updated_at": "2022-09-11T13:26:18.000000Z" }
{ "id": 1, "title": "jiohjiuohoh", "description": "uihgiouhiuo", "created_at": "2022-09-11T13:20:31.000000Z", "updated_at": "2022-09-11T13:20:31.000000Z" }
{ "id": 2, "title": "huhiujhiIUhiuh", "description": "uihuih", "created_at": "2022-09-11T13:24:56.000000Z", "updated_at": "2022-09-11T13:24:56.000000Z" }
{ "id": 3, "title": "jiojuojj", "description": "IOJOJOJ", "created_at": "2022-09-11T13:26:18.000000Z", "updated_at": "2022-09-11T13:26:18.000000Z" }
