chore(shared): Remove debug output
This commit is contained in:
parent
3bca940c26
commit
1de231491e
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue