Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Feb 5, 2024
1 parent 72dee1d commit 1e3e91e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1555,7 +1555,6 @@ function getIcons(
return [domainIcon];
}
if (isAdminRoom(report) || isAnnounceRoom(report) || isChatRoom(report) || isArchivedRoom(report)) {
console.log('run in here');
const workspaceIcon = getWorkspaceIcon(report, policy);
return [workspaceIcon];
}
Expand Down

0 comments on commit 1e3e91e

Please sign in to comment.