From 23946a254e77bf4348cc66e324e7a6b6a3f5793b Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Tue, 8 Nov 2022 15:09:07 -0600 Subject: [PATCH] updated var to remove warning Signed-off-by: Matt Bruce --- VDS/Components/Buttons/TextLinkCaret/TextLinkCaret.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VDS/Components/Buttons/TextLinkCaret/TextLinkCaret.swift b/VDS/Components/Buttons/TextLinkCaret/TextLinkCaret.swift index daed1a42..224f3466 100644 --- a/VDS/Components/Buttons/TextLinkCaret/TextLinkCaret.swift +++ b/VDS/Components/Buttons/TextLinkCaret/TextLinkCaret.swift @@ -105,7 +105,7 @@ open class TextLinkCaret: Control { //-------------------------------------------------- open override func updateView() { - var updatedText = text ?? "" + let updatedText = text ?? "" caretView.surface = surface caretView.disabled = disabled