Skip to content

Commit

Permalink
[feat]一般ユーザー場合データを非表示にする
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubosaka committed Jun 27, 2024
1 parent 73d5b84 commit 1cd7e76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions view/next-project/src/pages/fund_informations/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ export default function FundInformations(props: Props) {
</thead>
<tbody className='border border-x-white-0 border-b-primary-1 border-t-white-0'>
{fundInformationViews &&
user?.roleID !== 1 &&
fundInformationViews.map((fundViewItem: FundInformationView, index) => (
<tr
key={fundViewItem.fundInformation.id}
Expand Down

0 comments on commit 1cd7e76

Please sign in to comment.