@ -107,7 +107,7 @@ func (f Float) ToString() StringResult {
}
return StringResult{
Value: fmt.Sprintf("%v", floatVal),
Value: fmt.Sprintf("%v", floatVal.Value),
Err: nil,
The note is not visible to the blocked user.