From d883ba347b61b38147fe17d1c11dfc74c2b59f5b Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Wed, 10 Apr 2024 07:41:02 -0400 Subject: [PATCH] lint --- app/scenes/Settings/Members.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scenes/Settings/Members.tsx b/app/scenes/Settings/Members.tsx index 4dea4e1b5..53b22ecaf 100644 --- a/app/scenes/Settings/Members.tsx +++ b/app/scenes/Settings/Members.tsx @@ -186,7 +186,7 @@ function Members() { Everyone that has signed into {{ appName }} is listed here. It’s possible that there are other users who have access through{" "} - {{ signinMethods: team.signinMethods, }}{" "}but haven’t signed in yet. + {{ signinMethods: team.signinMethods }} but haven’t signed in yet.