mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-11 11:51:27 +00:00
fix warnings (#3444)
This commit is contained in:
@@ -6,7 +6,7 @@ function SessionExpiredTip() {
|
||||
<span className="session-expired-tip">{gettext('You are log out.')}{' '}
|
||||
<a className="action-link session-expired-link" href={`${loginUrl}?next=${encodeURIComponent(location.href)}`}>{gettext('Login again.')}</a>
|
||||
</span>
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
export default SessionExpiredTip
|
||||
export default SessionExpiredTip;
|
Reference in New Issue
Block a user