You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2021/11/10 22:51:28 UTC

[whimsy] branch master updated: Missing space

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new a9a9c98  Missing space
a9a9c98 is described below

commit a9a9c98fbfb43c01e793cb2f13f73ab95d0e0eff
Author: Sebb <se...@apache.org>
AuthorDate: Wed Nov 10 22:49:33 2021 +0000

    Missing space
---
 www/secretary/workbench/views/index.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/views/index.js.rb b/www/secretary/workbench/views/index.js.rb
index 68c507d..0801874 100644
--- a/www/secretary/workbench/views/index.js.rb
+++ b/www/secretary/workbench/views/index.js.rb
@@ -45,7 +45,7 @@ class Index < Vue
 
             _tr row_options do
               _td do
-                if[:emeritusReady, :emeritusPending].include? message.status
+                if [:emeritusReady, :emeritusPending].include? message.status
                   _a message.date, href: message.href, title: message.time, target: "_blank"
                 else
                   _a message.date, href: message.href, title: message.time