mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	fix missing nesting
This commit is contained in:
		@@ -455,7 +455,11 @@ export default function PartDetail() {
 | 
				
			|||||||
          <Grid.Col span={8}>
 | 
					          <Grid.Col span={8}>
 | 
				
			||||||
            <Stack gap="xs">
 | 
					            <Stack gap="xs">
 | 
				
			||||||
              <table>
 | 
					              <table>
 | 
				
			||||||
 | 
					                <tbody>
 | 
				
			||||||
 | 
					                  <tr>
 | 
				
			||||||
                    <PartIcons part={part} />
 | 
					                    <PartIcons part={part} />
 | 
				
			||||||
 | 
					                  </tr>
 | 
				
			||||||
 | 
					                </tbody>
 | 
				
			||||||
              </table>
 | 
					              </table>
 | 
				
			||||||
              <DetailsTable fields={tl} item={part} />
 | 
					              <DetailsTable fields={tl} item={part} />
 | 
				
			||||||
            </Stack>
 | 
					            </Stack>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user