mirror of
https://github.com/simonw/datasette.git
synced 2026-07-08 16:44:34 +02:00
Run Prettier
This commit is contained in:
parent
19dde1c860
commit
5f05d33ef7
1 changed files with 3 additions and 1 deletions
|
|
@ -4149,7 +4149,9 @@ function updateRowEditBinaryDisplay(wrapper, control, fileName) {
|
|||
|
||||
if (size) {
|
||||
size.textContent =
|
||||
kind === "binary" ? formatRowEditBinarySize(byteLength) : "No binary data";
|
||||
kind === "binary"
|
||||
? formatRowEditBinarySize(byteLength)
|
||||
: "No binary data";
|
||||
}
|
||||
if (name) {
|
||||
name.textContent = fileName || "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue