소스 검색

Hide Financial Summary on mobile

tags/Baseline_180220205_Frontend
MSI\2Fi 10 달 전
부모
커밋
1683dd3d81
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/components/NavigationContent/NavigationContent.tsx

+ 1
- 1
src/components/NavigationContent/NavigationContent.tsx 파일 보기

@@ -178,7 +178,7 @@ const NavigationContent: React.FC<Props> = ({ abilities, username }) => {
isHidden: ![VIEW_DASHBOARD_ALL, VIEW_DASHBOARD_SELF].some((ability) =>
abilities!.includes(ability),
),
showOnMobile: true,
// showOnMobile: true,
},
// No Claim function in Breaur, will be implement later
// {


불러오는 중...
취소
저장