Browse Source

Fixed lint error

Taichi Masuyama 4 years ago
parent
commit
4a06fb9af3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/app/src/components/Admin/UserGroup/UserGroupTable.tsx

+ 2 - 2
packages/app/src/components/Admin/UserGroup/UserGroupTable.tsx

@@ -103,8 +103,8 @@ const UserGroupTable: FC<Props> = (props: Props) => {
             <th>{t('Description')}</th>
             <th>{t('Description')}</th>
             <th>{t('User')}</th>
             <th>{t('User')}</th>
             <th>{t('Child groups')}</th>
             <th>{t('Child groups')}</th>
-            <th width="100px">{t('Created')}</th>
-            <th width="70px"></th>
+            <th style={{ width: 100 }}>{t('Created')}</th>
+            <th style={{ width: 70 }}></th>
           </tr>
           </tr>
         </thead>
         </thead>
         <tbody>
         <tbody>