this if statement code snippet isn't working it doesn't seem to detect the required character

if ($w("#HasVidiotxt").text !== 'v') {
        $w("#ClipBtn").show();
        } else {
            
        }
})