Merge branch 'main' of https://gitea.bpsoft.co.kr/nicepayments/nice-app-web
This commit is contained in:
@@ -125,7 +125,7 @@ export interface ExtensionKeyinApplyResponse {
|
||||
root?: string;
|
||||
errKey?: string;
|
||||
code?: string;
|
||||
resultMessage?: string;
|
||||
message?: string;
|
||||
timestamp?: string;
|
||||
details?: {
|
||||
path?: string;
|
||||
|
||||
@@ -17,7 +17,7 @@ export const FullMenuClose = ({
|
||||
<button className={ addClass }>
|
||||
<img
|
||||
src={ IMAGE_ROOT + '/ico_close.svg' }
|
||||
alt={ t('filter.close') }
|
||||
alt={ t('common.close') }
|
||||
onClick={ onClickToCallback }
|
||||
/>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user