Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F112378
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
595 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/src/components/settings_modal/tabs/style_tab/style_tab.js b/src/components/settings_modal/tabs/style_tab/style_tab.js
index cea73496..d105630d 100644
--- a/src/components/settings_modal/tabs/style_tab/style_tab.js
+++ b/src/components/settings_modal/tabs/style_tab/style_tab.js
@@ -540,8 +540,8 @@ export default {
const [valType, valVal] = value.split('|')
return {
name: name.substring(2),
- valType: valType.trim(),
- value: valVal.trim()
+ valType: valType?.trim(),
+ value: valVal?.trim()
}
})
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Nov 23, 11:54 AM (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38958
Default Alt Text
(595 B)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment