From 5a8f4060b7a5e3f1a2db311268341dda13904944 Mon Sep 17 00:00:00 2001 From: Cristian Vargas Date: Thu, 21 Jun 2018 11:53:33 -0500 Subject: [PATCH] Remove trailing comma Signed-off-by: Cristian Vargas --- awx/ui/client/src/projects/projects.list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/projects/projects.list.js b/awx/ui/client/src/projects/projects.list.js index 53d4aefce3..86547c8b66 100644 --- a/awx/ui/client/src/projects/projects.list.js +++ b/awx/ui/client/src/projects/projects.list.js @@ -56,7 +56,7 @@ export default ['i18n', function(i18n) { label: i18n._('Last Updated'), filter: "longDate", columnClass: "col-lg-3 hidden-md hidden-sm hidden-xs", - excludeModal: true, + excludeModal: true } },