Skip to content

Commit b37e68e

Browse files
committed
remove extra space
1 parent 6c45602 commit b37e68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/app/pages/queries-list/QueriesList.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const listColumns = [
7272
width: null,
7373
}
7474
),
75-
Columns.avatar.sortable({ title: "Created By" , field: "user", orderByField: "created_by", width: "1%" }),
75+
Columns.avatar.sortable({ title: "Created By", field: "user", orderByField: "created_by", width: "1%" }),
7676
Columns.dateTime.sortable({ title: "Created At", field: "created_at", width: "1%" }),
7777
Columns.dateTime.sortable({
7878
title: "Last Executed At",

0 commit comments

Comments
 (0)