From 0f351477e1366c3d78f2d1bcb6a96a857145475e Mon Sep 17 00:00:00 2001 From: Avery Pace Date: Sun, 7 Nov 2021 13:59:56 -0500 Subject: [PATCH] Add to PartsOfSpeechView_Previews --- Toki Trainer/Views/PartsOfSpeechView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Toki Trainer/Views/PartsOfSpeechView.swift b/Toki Trainer/Views/PartsOfSpeechView.swift index 949bc59..d07cc89 100644 --- a/Toki Trainer/Views/PartsOfSpeechView.swift +++ b/Toki Trainer/Views/PartsOfSpeechView.swift @@ -44,5 +44,6 @@ struct PartsOfSpeechView_Previews: PreviewProvider { static var previews: some View { PartsOfSpeechView(selectedPartOfSpeech: "sep", partsOfSpeech: [TokiPartOfSpeech(pos: "sep", definition: "test")]) .preferredColorScheme(.dark) + PartsOfSpeechView(selectedPartOfSpeech: "sep", partsOfSpeech: [TokiPartOfSpeech(pos: "sep", definition: "test")]) } }