79568309

Date: 2025-04-11 07:58:07
Score: 9 🚩
Natty:
Report link

But in my case, im fetching aws s3 busket image which can be png or jpeg, but image not rendering on pdf??? hereenter code here is code to review yo`enter code here

useEffect(() => {
    const fetchLogo = async () => {
      const logoUrl = await getLogoUrl();
      setLogoUrl(logoUrl.data.logo);
      setStampUrl(logoUrl.data.salaryStamp);
    };

    fetchLogo();
  }, []);
{stampUrl && (
              <Image
                src={`${stampUrl}?noCache=${Math.random().toString()}`}
                  style={{
                  width: "80px",
                  height: "auto",
                  opacity: 0.7,
                  marginBottom: "5px",
                  }}
                />
              )}
any one know how to solve this isuue?? please help
Reasons:
  • Blacklisted phrase (1): ???
  • Blacklisted phrase (1): how to solve
  • RegEx Blacklisted phrase (3): please help
  • RegEx Blacklisted phrase (1.5): how to solve this isuue??
  • RegEx Blacklisted phrase (2): know how to solve
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Rameshwar