+
-
+
Teik Jun's initial resume
@@ -52,9 +52,9 @@ Here's an improved version of Teik Jun's resume which I feel which better highli
In my opinion, this improved resume is sure to capture the eyes of any recruiter in the world!
-
+
-
+
Teik Jun's improved resume
diff --git a/website/src/components/CarbonAd/index.js b/website/src/components/CarbonAd/index.js
index 459e4386..7789c1e7 100644
--- a/website/src/components/CarbonAd/index.js
+++ b/website/src/components/CarbonAd/index.js
@@ -33,7 +33,7 @@ export default React.memo(() => {
useEffect(() => {
const interval = setInterval(() => {
[...ref.current.children].forEach((child) => {
- if (child.id.startsWith('carbonads_')) {
+ if (child && child.id && child.id.startsWith('carbonads_')) {
ref.current.removeChild(child);
}
});
diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index c43a622e..a1a114a3 100755
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -173,7 +173,7 @@ function WhatIsThisSection() {
- What is this
+ What is this
-