Skip to content

Commit 58ff3d4

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

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 = [...arr];
8080
console.log('response.data =>', response.data);
8181
console.log('data =>', data);
8282
setStudents(data);

0 commit comments

Comments
 (0)