diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index 1e3264e0d..6ff9e13b5 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -842,7 +842,7 @@ function auditImageFormatter(value){ if (value){ - return '' + return '' } } @@ -872,7 +872,7 @@ function fileUploadFormatter(value) { if ((value) && (value.url) && (value.inlineable)) { - return ''; + return ''; } else if ((value) && (value.url)) { return ''; }