We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dfe577 commit 1c6c775Copy full SHA for 1c6c775
1 file changed
packages/web/src/component/TestPlay.tsx
@@ -182,8 +182,7 @@ export default function TestPlay(props: TestPlayProps) {
182
useEffect(() => {
183
const fetchUsers = async () => {
184
const response = await getUsers().then((rawUsers) =>
185
- rawUsers
186
- .filter((user) => typeof user.program === "string")
+ rawUsers.filter((user) => typeof user.program === "string")
187
);
188
const copy = response
189
.filter((user) => user.id !== currentUser.id)
0 commit comments