+
+
+ @if (isLoading()) {
+
+
+
Loading active checks...
+
+ }
+
+ @if (error()) {
+
+
{{ error() }}
+
+
+ }
+
+ @if (!isLoading() && !error()) {
+ @if (checks().length === 0) {
+
+
📭
+
No Active Checks
+
You don't have any active FastChecks at the moment.
+
Create FastCheck
+
+ } @else {
+
+ @for (check of checks(); track check.fastcheck) {
+
+
+
+
+
+
FastCheck Number
+
+ {{ check.fastcheck }}
+
+
+
+
+
+
Code
+
+ {{ check.code }}
+
+
+
+
+
+ Created
+ {{ check.createdAt | date:'short' }}
+
+
+
+ Expires
+ {{ check.expiration | date:'short' }}
+
+
+
+
+ ⚠️ Keep this information secure. Anyone with these credentials can claim the money.
+
+
+ }
+
+ }
+ }
+