Fixed Indent issue
This commit is contained in:
parent
b80d2f8dc1
commit
fc6506525c
2 changed files with 7 additions and 7 deletions
|
|
@ -36,10 +36,10 @@ export default function Index(props: any){
|
|||
<Tab>Completed</Tab>
|
||||
</TabList>
|
||||
<TabPanel>
|
||||
<ul>{incompleteTodos}</ul>
|
||||
<ul className="todolist-indent">{incompleteTodos}</ul>
|
||||
</TabPanel>
|
||||
<TabPanel>
|
||||
<ul>{completedTodos}</ul>
|
||||
<ul className="todolist-indent">{completedTodos}</ul>
|
||||
</TabPanel>
|
||||
</Tabs>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue