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

master
Stanislaw Adaszewski преди 4 години
родител
ревизия
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>);


Loading…
Отказ
Запис