We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b65e3b3 commit 773ba79Copy full SHA for 773ba79
1 file changed
frontend/src/components/app/SearchResult.tsx
@@ -72,8 +72,8 @@ const SearchResult: React.FC<SearchResultProps> = ({ searchResult: sr }) => {
72
summary.arrestOrCitationType === 'Arrest'
73
? 'Arrest Date:'
74
: summary.arrestOrCitationType === 'Citation'
75
- ? 'Citation Date:'
76
- : 'Arrest/Citation Date:';
+ ? 'Citation Date:'
+ : 'Arrest/Citation Date:';
77
78
return (
79
<p className="mt-1 text-sm text-gray-600">
0 commit comments