web client v 0.1
This commit is contained in:
@@ -5,6 +5,7 @@ import { useDispatch } from "react-redux";
|
||||
|
||||
function extractTags(tags) {
|
||||
var results = [];
|
||||
if (!tags) return results;
|
||||
for (let [key, value] of Object.entries(tags)) {
|
||||
if (value === true) {
|
||||
results.push(key);
|
||||
|
||||
Reference in New Issue
Block a user