This commit is contained in:
VividTruthKeeper 2022-09-29 14:05:06 +05:00
parent e5c4a59485
commit 433c1b0a0b
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ const Posts = () => {
if (filters[keyy].value.length > 0) {
outString = `${outString}&${filters[keyy].name}=${filters[keyy].value}`;
}
console.log(outString);
});
return outString;