diff --git a/frontend/web/components/AuditLog.tsx b/frontend/web/components/AuditLog.tsx index 6e1b8e6b428b..8a77f28f5a3f 100644 --- a/frontend/web/components/AuditLog.tsx +++ b/frontend/web/components/AuditLog.tsx @@ -26,7 +26,7 @@ type AuditLogType = { } } -const widths = [210, 210, 210] +const widths = [210, 210, 130] const AuditLog: FC = (props) => { const [page, setPage] = useState(1) const { search, searchInput, setSearchInput } = useSearchThrottle( @@ -128,7 +128,6 @@ const AuditLog: FC = (props) => { style={{ width: widths[2] }} to={`/project/${props.projectId}/environment/${environment?.api_key}/features/`} > - = (props) => { }} className='chip--sm' /> - ) : (