Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LatentDream committed Feb 25, 2024
1 parent 7c61b5f commit 5b86646
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ export const WriteConditionalModal = ({
const [tests, setTests] = useState([]);

useEffect(() => {
// @ts-ignore
const filteredTests = elems
.filter((elem) => elem.type === "test")
// @ts-ignore
.map((elem) => elem.testName);
// @ts-ignore
setTests(filteredTests);
Expand Down

0 comments on commit 5b86646

Please sign in to comment.