Skip to content

Commit 5d0452e

Browse files
committed
fix: withdraw button
1 parent 40549df commit 5d0452e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/sGho/SGhoDepositPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ export const SGHODepositPanel: React.FC<SGHODepositPanelProps> = ({
427427
<Box sx={{ display: 'flex', alignItems: 'center' }}>
428428
<Button
429429
variant="gradient"
430-
// fullWidth
430+
fullWidth
431431
onClick={onUnstakeAction}
432432
data-cy={`unstakeBtn_${stakedToken}`}
433433
>

0 commit comments

Comments
 (0)