Hide source cards for now since they look ugly
This commit is contained in:
@@ -20,7 +20,7 @@ import { getBattlesuitMapByIds } from '../../../server/data/honkai3rd/battlesuit
|
|||||||
import { BattlesuitData } from '../../../lib/honkai3rd/battlesuits'
|
import { BattlesuitData } from '../../../lib/honkai3rd/battlesuits'
|
||||||
import BattlesuitCard from '../../../components/molecules/BattlesuitCard'
|
import BattlesuitCard from '../../../components/molecules/BattlesuitCard'
|
||||||
import WeaponCard from '../../../components/molecules/WeaponCard'
|
import WeaponCard from '../../../components/molecules/WeaponCard'
|
||||||
import SourceCard from '../../../components/molecules/SourceCard'
|
// import SourceCard from '../../../components/molecules/SourceCard'
|
||||||
|
|
||||||
interface WeaponShowPageProps {
|
interface WeaponShowPageProps {
|
||||||
weapon: WeaponData
|
weapon: WeaponData
|
||||||
@@ -125,7 +125,7 @@ const WeaponShowPage = ({
|
|||||||
})}
|
})}
|
||||||
</Box>
|
</Box>
|
||||||
)}
|
)}
|
||||||
{weapon.sources != null && (
|
{/* {weapon.sources != null && (
|
||||||
<Box sx={{ p: 2, borderTop: 'default' }}>
|
<Box sx={{ p: 2, borderTop: 'default' }}>
|
||||||
<Heading as='h4'>{t('weapons-show.sources')}</Heading>
|
<Heading as='h4'>{t('weapons-show.sources')}</Heading>
|
||||||
{weapon.sources
|
{weapon.sources
|
||||||
@@ -134,7 +134,7 @@ const WeaponShowPage = ({
|
|||||||
return <SourceCard key={source.type} source={source} />
|
return <SourceCard key={source.type} source={source} />
|
||||||
})}
|
})}
|
||||||
</Box>
|
</Box>
|
||||||
)}
|
)} */}
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
<Box>
|
<Box>
|
||||||
|
|||||||
Reference in New Issue
Block a user