We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520434f commit 99b8797Copy full SHA for 99b8797
frontend/src/components/MNSList.tsx
@@ -30,7 +30,7 @@ export function MNSList() {
30
const [newTargetAddress, setNewTargetAddress] = useState<string>('');
31
32
const updateDnsEntryList = useCallback(async () => {
33
- if (connectedAccount && massaClient && !spinning) {
+ if (connectedAccount && massaClient && !spinning && !list.length) {
34
setSpinning(true);
35
getUserEntryList({ address: connectedAccount.address() })
36
.then((entries) => {
0 commit comments