Skip to content

Commit 280c8c9

Browse files
committed
Formatting
1 parent fddeb24 commit 280c8c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reflex/.templates/web/utils/helpers/dataeditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function formatCell(value, column) {
5656
readonly: !editable,
5757
data: {
5858
kind: "dropdown-cell",
59-
allowedValues: (column.allowedValues || []).map(v => String(v)),
59+
allowedValues: (column.allowedValues || []).map((v) => String(v)),
6060
value: cellValue,
6161
},
6262
};

0 commit comments

Comments
 (0)