Slightly imroved main quote rendering

This commit is contained in:
2018-04-10 20:56:56 +02:00
parent 9fb455fa53
commit b58e4e8c79
3 changed files with 8 additions and 11 deletions

View File

@ -200,7 +200,6 @@ func RenderField(b *bytes.Buffer, v *reflect.Value, field reflect.StructField, i
return
}
// TODO: Render bool type
b.WriteString(components.InputBool(idPrefix+field.Name, fieldValue.Bool(), field.Name, field.Tag.Get("tooltip")))
return
}