export function formatData(val) {
for (const key in val) {
if (val[key] != 0 && !val[key] && !key.includes("img")) {
val[key] = "---"
}