From b668ad1f3695aea8aa2c62dff353dbf344f374fe Mon Sep 17 00:00:00 2001 From: BoHung Chiu Date: Wed, 8 Mar 2023 11:28:50 +0800 Subject: [PATCH] Fix bug. --- app/views/application_forms/show_data.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/application_forms/show_data.html.erb b/app/views/application_forms/show_data.html.erb index 22a6709..c373e59 100644 --- a/app/views/application_forms/show_data.html.erb +++ b/app/views/application_forms/show_data.html.erb @@ -17,7 +17,7 @@ <%= t(:category) %> - <%= @application_form.category.title %> + <%= (@application_form.category.title rescue "") %> <%= t('application_form.event_during') %>