continue: change styles for matched table, add new block for empty select
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
'use client'
|
||||
|
||||
import { useTranslations } from 'next-intl'
|
||||
|
||||
export default function FilePageViolationEpmtyScreen() {
|
||||
const t = useTranslations('Global');
|
||||
|
||||
return (
|
||||
<div
|
||||
className="violation-info"
|
||||
>
|
||||
<h4
|
||||
className="violation-info-title"
|
||||
>
|
||||
{t('to-view-a-file-match-click-on-the-card-from-the-list')}
|
||||
</h4>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user