Skip to content

Commit

Permalink
Updated memberList & memberDetails formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
janinapaasila authored Jan 25, 2025
1 parent 94dfe51 commit 7e51f9d
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions src/components/admin/memberList/memberListView.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ const columns = [
dataField: 'utuAccount',
text: 'UTU',
sort: true,
headerStyle: {
width: '90px',
},
align: 'center',
headerAlign: 'center',
},
Expand All @@ -103,9 +100,6 @@ const columns = [
dataField: 'hometown',
text: 'Kotikunta',
sort: true,
headerStyle: {
width: '110px',
},
align: 'center',
headerAlign: 'center',
},
Expand Down Expand Up @@ -159,9 +153,6 @@ const columns = [
dataField: 'role',
text: 'Rooli',
sort: true,
headerStyle: {
width: '110px',
},
align: 'center',
headerAlign: 'center',
formatter: roleSwitchCase,
Expand All @@ -173,7 +164,7 @@ const columns = [
align: 'center',
headerAlign: 'center',
headerStyle: {
width: '110px',
width: '100px',
},
formatter: (cell, row, rowIndex, extraData) => (
<div>
Expand Down Expand Up @@ -226,7 +217,7 @@ const columns = [
align: 'center',
headerAlign: 'center',
headerStyle: {
width: '80px',
width: '90px',
},
formatter: (cell, row, rowIndex, extraData) => (
<div>
Expand Down

0 comments on commit 7e51f9d

Please sign in to comment.