Skip to content

Commit b8c5952

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pages/hackshack/f2fhelper/template.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ const Student = (props) => {
7777
.then((response) => {
7878
arr.push({ ...response.data });
7979
const data = [...arr];
80-
console.log('response.data =>', response.data);
81-
console.log('data =>', data);
8280
setStudents(data);
8381

8482
if (arr.length <= 0)

0 commit comments

Comments
 (0)