ZigbeeApp/Shared/Phone/UserCenter/HideOption/HideOptionFileContentForm.cs
@@ -95,7 +95,6 @@
                    textValue += value + "\r\n";
                }
            }
            textValue = textValue.Replace(",", "\r\n");
            if (textValue.StartsWith("{") == true)
            {
                textValue = "{\r\n" + textValue.Substring(1);