Skip to content

Commit 4ad4e9d

Browse files
authored
[FIL-760] Add button to reopen decline application (#194)
* Add button to reopen decline application
1 parent 1f75c34 commit 4ad4e9d

File tree

6 files changed

+284
-208
lines changed

6 files changed

+284
-208
lines changed

src/components/AllocatorBalance.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,11 @@ const AllocatorBalance: React.FC<ComponentProps> = ({ owner, repo }) => {
8585

8686
if (balance === null) return
8787

88-
return <div>Allocator&apos;s DataCap balance: {bytesToiB(balance)}</div>
88+
return (
89+
<div className="whitespace-nowrap">
90+
Allocator&apos;s DataCap balance: {bytesToiB(balance)}
91+
</div>
92+
)
8993
}
9094

9195
export default AllocatorBalance

0 commit comments

Comments
 (0)