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>);


불러오는 중...
취소
저장