Skip to content

Commit ecf1336

Browse files
show creds for customer who lastemailsent is credentials or expiring
1 parent 44fc8e2 commit ecf1336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/hackshack/f2fhelper/template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const Student = (props) => {
7676
})
7777
.then((response) => {
7878
arr.push({ ...response.data });
79-
const data = [...students, ...response.data];
79+
const data = [students, { ...response.data }];
8080
console.log('response.data =>', response.data);
8181
console.log('data =>', data);
8282
setStudents(data);

0 commit comments

Comments
 (0)