Skip to content

Commit

Permalink
fix request
Browse files Browse the repository at this point in the history
  • Loading branch information
ArminaAiren committed Jan 5, 2024
1 parent 4cd9933 commit 11fe1d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const TxDetailsActionsInterpretation = ({ hash, isTxDataLoading }: Props) => {
const txInterpretationQuery = useApiQuery('tx_interpretation', {
pathParams: { hash },
queryOptions: {
enabled: Boolean(hash),
enabled: Boolean(hash) && !isTxDataLoading,
placeholderData: TX_INTERPRETATION,
refetchOnMount: false,
},
Expand Down

0 comments on commit 11fe1d8

Please sign in to comment.