Commit b04d951c authored by 吕祺's avatar 吕祺 ⛹🏽

fix

parent 46ebe20b
...@@ -44,6 +44,7 @@ export default class PortfolioPage extends Component { ...@@ -44,6 +44,7 @@ export default class PortfolioPage extends Component {
} else { } else {
n = portfolio.nameEN.replace(/ |\+|\./g, '') n = portfolio.nameEN.replace(/ |\+|\./g, '')
} }
n = n.replace(/ /g, '')
if (mounted) { if (mounted) {
return ( return (
<div key={key} className="portfolio-image-wrapper"> <div key={key} className="portfolio-image-wrapper">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment