show submitted reps on dashboard

This commit is contained in:
2024-05-28 18:44:52 +01:00
parent 229e21cdb0
commit f8b7d22802
15 changed files with 174 additions and 19 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ export default function BuildField(props) {
break;
default:
return <>ss{fieldValue}</>;
return <>{fieldValue}</>;
}
};