Skip to content

Commit

Permalink
fix page login layout
Browse files Browse the repository at this point in the history
  • Loading branch information
karenyov committed Apr 8, 2023
1 parent 9e03274 commit a27028d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/debt/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export default function Debt() {
},
{
name: "Status",
// width: "180px",
width?: "180px",
selector: (row: any) => (
<Tag
size="sm"
Expand Down

0 comments on commit a27028d

Please sign in to comment.