Commit 11d95e0c authored by tom goriunov's avatar tom goriunov Committed by GitHub

Merge pull request #2187 from blockscout/release/v1-33-2

Release v1.33.2
parents 9cf6ce9a c7aa0f68
......@@ -11,7 +11,7 @@ interface Props {
const NameDomainDetailsAlert = ({ data }: Props) => {
if (!data?.stored_offchain || !data?.resolved_with_wildcard) {
if (!data?.stored_offchain && !data?.resolved_with_wildcard) {
return null;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment