From d674b36d3074ecfb4f0366ef2007ef19ca43d2fe Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Mon, 4 Feb 2019 13:29:36 -0800 Subject: [PATCH] typo fix. --- src/clj/auto_ap/graphql/checks.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/auto_ap/graphql/checks.clj b/src/clj/auto_ap/graphql/checks.clj index 11cff863..27e0ac88 100644 --- a/src/clj/auto_ap/graphql/checks.clj +++ b/src/clj/auto_ap/graphql/checks.clj @@ -95,7 +95,7 @@ [[:cell {:size 9 :leading 11.5} "\n\n\n\n\nMEMO"] [:cell {:colspan 5 :leading 11.5} (split-memo memo) [:line {:line-width 0.15 :color [50 50 50]}]] - [:cell {:colspan 6 } (if (:signature-file client) + [:cell {:colspan 6 } (if (:client/signature-file client) [:image { :top-margin 90 :xscale 0.30 :yscale 0.30 :align :center} (:client/signature-file client)]