diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2021-02-05 20:02:29 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2021-02-05 20:02:29 +0000 |
| commit | c09cd48c9ade0095b63d26bf1db1288688d8612b (patch) | |
| tree | db9444598b0036ecc8f6945bff163ad575df2bfb /src/ui/css.js | |
| parent | reimplement collapsing (diff) | |
| download | fedidag-c09cd48c9ade0095b63d26bf1db1288688d8612b.tar.gz fedidag-c09cd48c9ade0095b63d26bf1db1288688d8612b.zip | |
factor out Discussion component
Diffstat (limited to 'src/ui/css.js')
| -rw-r--r-- | src/ui/css.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/css.js b/src/ui/css.js index e793c4f..9089f1e 100644 --- a/src/ui/css.js +++ b/src/ui/css.js @@ -1,4 +1,4 @@ -export default ([ code] ) => { +export default ([ code ]) => { const style = document.createElement('style'); document.head.appendChild(style); style.appendChild(document.createTextNode('')); |
