Skip to content

Commit

Permalink
add .
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatyana-js committed Feb 6, 2025
1 parent b0d15de commit 1223f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/init.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const init = async () => {
};
const TestError = () => {
const element = null;
element.map(el => el);
console.log(element.map(el => el));
};

filter.add(filter.getDictionary('en'));
Expand Down

0 comments on commit 1223f86

Please sign in to comment.