Skip to content

Commit

Permalink
update Proposals empty state to coming soon
Browse files Browse the repository at this point in the history
  • Loading branch information
datadanne committed Sep 7, 2023
1 parent da637ca commit 52f682e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garage/src/pages/Proposals/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const Proposals = () => {
/>
))}
{proposals?.length === 0 && (
<Box {...MODULE_PROPS}>No proposals created.</Box>
<Box {...MODULE_PROPS}>Coming soon.</Box>
)}
</VStack>
</Flex>
Expand Down

0 comments on commit 52f682e

Please sign in to comment.