UI Mechanics / New Look (orange - gray)
This commit is contained in:
@@ -1 +1,12 @@
|
||||
import axios from "axios";
|
||||
export function extractTags(tags) {
|
||||
var results = [];
|
||||
|
||||
if (typeof tags !== "undefined") {
|
||||
for (let [key, value] of Object.entries(tags)) {
|
||||
if (value === true) {
|
||||
results.push(key);
|
||||
}
|
||||
}
|
||||
}
|
||||
return results;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user