Skip to content

Commit

Permalink
fix: ANT-2613 - Buttons "generate a study" and "pagination" should be…
Browse files Browse the repository at this point in the history
… visible
  • Loading branch information
marlenetienne committed Jan 8, 2025
1 parent c93e1d3 commit 1f97593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/pegase/home/components/StudyTableHeaders.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const getStudyTableHeaders = () => {
columnHelper.accessor('createdBy', {
header: t('home.@user_name'),
cell: ({ getValue }) => (
<StdAvatar size="s" backgroundColor="gray" fullname={getValue()} initials={getValue().substring(0, 2)} />
<StdAvatar size="es" backgroundColor="gray" fullname={getValue()} initials={getValue().substring(0, 2)} />
),
}),

Expand Down

0 comments on commit 1f97593

Please sign in to comment.