Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 2d8e609

Browse files
committed
fix: issue #128
1 parent 295aecb commit 2d8e609

File tree

1 file changed

+1
-1
lines changed
  • src/routes/MyTeamsList/components/TeamCard

1 file changed

+1
-1
lines changed

src/routes/MyTeamsList/components/TeamCard/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const TeamCard = ({ team }) => {
3434
{
3535
label: "Open in Connect",
3636
action: () => {
37-
console.log("Issue reported!");
37+
window.open(formatConnectProjectUrl(team.id));
3838
},
3939
},
4040
{

0 commit comments

Comments
 (0)