IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
浏览代码

Fix in wbFormatSpecialValue()

pull/1/head
父节点
当前提交
f11d42c5d2
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      frontend/src/js/misc/wb-format-special-value.js

+ 2
- 0
frontend/src/js/misc/wb-format-special-value.js 查看文件

@@ -1,3 +1,5 @@
import { h } from 'preact';
function wbFormatSpecialValue(value) {
if (value === null) return (<i>null</i>);
if (value === undefined) return (<i>undefined</i>);


正在加载...
取消
保存