mirror of
https://github.com/BartoszJarocki/cv.git
synced 2024-11-22 11:35:12 +03:00
Fallback value for work.end
This commit is contained in:
parent
f6f5bffed7
commit
b5d716077d
@ -123,7 +123,7 @@ export default function Page() {
|
||||
</span>
|
||||
</h3>
|
||||
<div className="text-sm tabular-nums text-gray-500">
|
||||
{work.start} - {work.end}
|
||||
{work.start} - {work.end ?? "Present"}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user