Skip to content

Commit

Permalink
fix(recreate): add limit to recreate limit order modal title (cowprot…
Browse files Browse the repository at this point in the history
…ocol#3988)

* fix: add limit to recreate limit order modal title

* refactor: simplify props

Co-authored-by: Anxo Rodriguez <[email protected]>

---------

Co-authored-by: Anxo Rodriguez <[email protected]>
  • Loading branch information
alfetopito and anxolin authored Mar 5, 2024
1 parent d32f07f commit 294bc5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function AlternativeLimitOrder() {

return (
<Wrapper>
<NewModal modalMode title={'Recreate order'} onDismiss={onDismiss} maxWidth={MODAL_MAX_WIDTH}>
<NewModal modalMode title="Recreate limit order" onDismiss={onDismiss} maxWidth={MODAL_MAX_WIDTH}>
<LimitOrdersWidget />
</NewModal>
</Wrapper>
Expand Down

0 comments on commit 294bc5d

Please sign in to comment.