Skip to content

Commit

Permalink
Update Pool.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
reallybeard committed Sep 29, 2023
1 parent bc84be3 commit 7d647ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/Lending/Pool/Pool.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@ export const Pool = () => {
</TabPanel>
</TabPanels>
</Tabs>
{/* <Input value={value} onChange={value => setValue(value.target.value)} /> */}
<Stack px={4} py={2}>
<Input value={value} onChange={value => setValue(value.target.value)} />
</Stack>
</Card>
</Stack>
</Flex>
Expand Down

0 comments on commit 7d647ca

Please sign in to comment.