diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 000000000..765f57dc5
Binary files /dev/null and b/.DS_Store differ
diff --git a/app/mailers/notification_mailer.rb b/app/mailers/notification_mailer.rb
index 9b0d94493..3e6064389 100644
--- a/app/mailers/notification_mailer.rb
+++ b/app/mailers/notification_mailer.rb
@@ -90,9 +90,9 @@ class NotificationMailer < ApplicationMailer
   end
 
   def set_jdma
-    return unless params[:state] == Dossier.states.fetch(:en_construction)
+    return unless params[:state] == Dossier.states.fetch(:en_construction) && @dossier.procedure.monavis_embed
 
-    @jdma_html = @dossier.procedure.monavis_embed_html_source("email").presence
+    @jdma_html = @dossier.procedure.monavis_embed_html_source("email")
   end
 
   def set_dossier