|  | @@ -2,6 +2,7 @@ import { defineStore } from "pinia";
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  export const useRemoveAccountStore = props => {
 | 
	
		
			
				|  |  |  	const { modalUuid } = props;
 | 
	
		
			
				|  |  | +	if (!modalUuid) return null;
 | 
	
		
			
				|  |  |  	return defineStore(`removeAccount-${modalUuid}`, {
 | 
	
		
			
				|  |  |  		state: () => ({
 | 
	
		
			
				|  |  |  			githubLinkConfirmed: false
 |