From 9d79160a9fbcce86aabd3532987a8b2473e99143 Mon Sep 17 00:00:00 2001 From: PovilasKorop Date: Wed, 24 Nov 2021 22:32:03 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5185b39..3370e35 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Test method `test_user_create_task()`. ## Task 2. BelongsTo with Empty Relationship. -In the route `/tasks`, the table is loading with error, if it can't find the user related to the task. Fix this: the table should load, showing an empty space where the user name should have been. +In the route `/tasks`, the table is loading with error, if it can't find the user related to the task. Fix this: the table should load, still listing all the tasks, just showing an empty space where the user name should have been. There are multiple ways how to fix this, choose whichever way works for you.