Skip to content

Commit 99f613e

Browse files
committed
please database be fixed ;-;
1 parent c7ac0d9 commit 99f613e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
id;name;description;deadline;status
2-
1;Division;BMW Pound Zealand;2023-05-09;ACTIVE
3-
2;Auburn platforms;networks Architect;2023-05-10;ACTIVE
4-
3;orchid;Drive ZirconiumX;2023-05-10;ACTIVE
5-
4;infomediaries Route;that EngineerXXX;2023-05-09;ACTIVE
6-
5;navigation synthesize next;Analyst matrix Interactions;2023-05-09;ACTIVE
7-
6;backing holistic;Rupiah North Luxurious;2023-05-10;EXPIRED
8-
7;neutral;panel consequently Operations;2023-05-10;EXPIRED
9-
8;Ohio avaricious Cisgender;CambridgeshireXX;2023-05-10;EXPIRED
10-
9;Convertible oh;Hybrid KiaXXXXXX;2023-05-10;EXPIRED
11-
10;IP Orland;kilogramXXXXXXXX;2023-05-10;DRAFT
1+
id;name;description;deadline;status;user_id
2+
1;Division;BMW Pound Zealand;2023-05-09;ACTIVE;1
3+
2;Auburn platforms;networks Architect;2023-05-10;ACTIVE;1
4+
3;orchid;Drive ZirconiumX;2023-05-10;ACTIVE;1
5+
4;infomediaries Route;that EngineerXXX;2023-05-09;ACTIVE;1
6+
5;navigation synthesize next;Analyst matrix Interactions;2023-05-09;ACTIVE;1
7+
6;backing holistic;Rupiah North Luxurious;2023-05-10;EXPIRED;2
8+
7;neutral;panel consequently Operations;2023-05-10;EXPIRED;2
9+
8;Ohio avaricious Cisgender;CambridgeshireXX;2023-05-10;EXPIRED;2
10+
9;Convertible oh;Hybrid KiaXXXXXX;2023-05-10;EXPIRED;2
11+
10;IP Orland;kilogramXXXXXXXX;2023-05-10;DRAFT;2

src/main/webapp/app/modules/userSurveysDashboard/userSurveysDashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const UserSurveysDashboard = () => {
135135
{/*TODO add approximate completion time column to survey table or find another way to calculate it*/}
136136
<p>Completion time: placeholder</p>
137137
<p>
138-
Author: {survey.users[0].firstName} {survey.users[0].lastName}
138+
Author: {survey.user.firstName} {survey.user.lastName}
139139
</p>
140140
</Modal.Body>
141141
<Modal.Footer>

0 commit comments

Comments
 (0)