diff --git a/src/Server.UI/Pages/Participants/Components/CaseSentenceInformation.razor b/src/Server.UI/Pages/Participants/Components/CaseSentenceInformation.razor
index f0c417d1..ae0dc03e 100644
--- a/src/Server.UI/Pages/Participants/Components/CaseSentenceInformation.razor
+++ b/src/Server.UI/Pages/Participants/Components/CaseSentenceInformation.razor
@@ -8,6 +8,11 @@
Custody
+
+
+
+
+
@@ -27,6 +32,11 @@
Sentence
+
+
+
+
+
@@ -70,6 +80,11 @@
Community
+
+
+
+
+
@@ -92,6 +107,11 @@
Supervising Officer / Offender Manager
+
+
+
+
+
@@ -170,6 +190,12 @@
)
);
- base.OnInitialized();
+ base.OnInitialized();
}
+
+ private async Task Expand()
+ {
+ await DialogService.ShowMessageBox("Expanded Information", "More information...");
+ }
+
}