1
0
Fork 0

chore(shared): Remove debug output

This commit is contained in:
joostdecock 2024-01-14 14:33:06 +01:00
parent 3bca940c26
commit 1de231491e

View file

@ -27,7 +27,7 @@ export const MeasieImage = (props) => {
if (!m) return null if (!m) return null
const pose = seated.includes(m) ? 'seated' : 'standing' const pose = seated.includes(m) ? 'seated' : 'standing'
console.log({ img: sarahImages[m] })
return ( return (
<Tabs tabs="Sarah, Tim"> <Tabs tabs="Sarah, Tim">
<Tab tabId="Sarah"> <Tab tabId="Sarah">