changed duplicate

This commit was merged in pull request #455.
This commit is contained in:
2023-10-24 08:25:52 -07:00
parent 5244a2875e
commit 25a537c5bc
@@ -214,10 +214,8 @@ const MarketPopUp = ({ details, onClose, situation, marketInt }) => {
>
{marketMsg.loading ? (
<LoadingSpinner size={5} color="white" />
) : !marketMsg.state ? (
"Send Message"
) : (
"Message Sent"
"Send Message"
)}
</button>
</div>