Skip to content

Commit

Permalink
removed whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
madhurMongia committed Jan 6, 2025
1 parent 63795ca commit f16b5c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/[pohid]/[chain]/[request]/Appeal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ const Appeal: React.FC<AppealProps> = ({
);
const status = arbitratorsData.status;
const cost = arbitratorsData.cost;
const period = arbitratorsData.period;
const period = arbitratorsData.period;
const currentRuling = arbitratorsData.currentRuling;

setPeriod(period!);
Expand Down Expand Up @@ -288,7 +288,6 @@ const Appeal: React.FC<AppealProps> = ({
};
getAppealData();
});

return disputeStatus === DisputeStatusEnum.Appealable &&
!error &&
!loading ? (
Expand Down

0 comments on commit f16b5c1

Please sign in to comment.