Skip to content

Commit

Permalink
Merge pull request #1160 from Puli-shilpa/Dev-2.0
Browse files Browse the repository at this point in the history
removed sub header on submisssion page
  • Loading branch information
sriranjan-s authored Jun 25, 2024
2 parents 300eaa4 + 7ff4bf8 commit 7f83a19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const OBPSResponse = (props) => {
style={{ padding: "10px" }}
headerStyles={{ fontSize: "32px", wordBreak: "break-word" }}
/>
<CardText style={{ paddingBottom: "10px", marginBottom: "10px" }}>{getSubHeaderMessage()}</CardText>
<CardText style={{ paddingBottom: "10px", marginBottom: "10px" }}></CardText>
{applicationData?.status == "PERMIT REVOCATION" ?
<div className="primary-label-btn d-grid" style={{ marginLeft: "unset", marginBottom: "10px", padding: "0px 8px" }} onClick={printReciept}>
<svg width="20" height="23" viewBox="0 0 20 23" fill="none" xmlns="http://www.w3.org/2000/svg">
Expand Down

0 comments on commit 7f83a19

Please sign in to comment.