Skip to content

Commit

Permalink
new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
The-True-Hooha committed Sep 24, 2024
1 parent 378c1a1 commit a541d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/static/js/profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function displaySubdomains(data) {
tableHTML += `
<tr>
<td>${subdomain.name}</td>
<td>${subdomain.isActive ? "Active" : "Inactive"}</td>
<td>${subdomain.isActive ? "Active" : "Active"}</td>
<td>${new Date(subdomain.createdDate).toLocaleString()}</td>
</tr>
`;
Expand Down

0 comments on commit a541d96

Please sign in to comment.