mobile fixes

This commit is contained in:
2021-07-28 15:29:20 +01:00
parent 8afb768c9f
commit 777df3f907
8 changed files with 61 additions and 38 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ let BuildSection = (props) => {
//get label from error key - search rowxml for id = errorobj
errorList.push(
<li>
<li key={i}>
<a href={"#" + errorsobj[i] + "_label"}>
{" "}
{getErrorLabel(errorsobj[i])}